From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ellerman Date: Tue, 20 Mar 2018 10:15:29 +0000 Subject: Re: [3/3] powernv/pci: Improve a size determination in pnv_pci_init_ioda_phb() Message-Id: <40582V075Xz9sZC@ozlabs.org> List-Id: In-Reply-To: <03b68902-629e-65ab-a5e8-d90a3613f596@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: SF Markus Elfring , linuxppc-dev@lists.ozlabs.org, Alexey Kardashevskiy , Alistair Popple , Benjamin Herrenschmidt , David Gibson , Gavin Shan , Paul Mackerras , Rob Herring , Russell Currey Cc: kernel-janitors@vger.kernel.org, LKML On Tue, 2017-10-17 at 15:40:17 UTC, SF Markus Elfring wrote: > From: Markus Elfring > Date: Tue, 17 Oct 2017 17:18:10 +0200 > > Replace the specification of a data structure by a pointer dereference > as the parameter for the operator "sizeof" to make the corresponding size > determination a bit safer according to the Linux coding style convention. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring > Reviewed-by: Alexey Kardashevskiy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/a0828cf57acce9bf941539e1f633e9 cheers