From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Date: Sat, 09 May 2015 13:58:31 +0000 Subject: Re: brcmfmac: cleanup a sizeof() Message-Id: <20150509135831.0FA7D1402A4@smtp.codeaurora.org> List-Id: In-Reply-To: <20150507095919.GB17996@mwanda> References: <20150507095919.GB17996@mwanda> In-Reply-To: <20150507095919.GB17996@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dan Carpenter Cc: Brett Rudley , Arend van Spriel , "Franky (Zhenhui) Lin" , Hante Meuleman , Pieter-Paul Giesberts , "John W. Linville" , Johannes Berg , linux-wireless@vger.kernel.org, brcm80211-dev-list@broadcom.com, kernel-janitors@vger.kernel.org > "flowrings" and "*flowrings" are both pointers so this always returns > sizeof(void *) and the current code works fine. But "*flowrings" is > intended here and static checkers complain, so lets change it. > > Signed-off-by: Dan Carpenter Thanks, applied to wireless-drivers-next.git. Kalle Valo