From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40582V1wSHzF0n6 for ; Tue, 20 Mar 2018 21:15:30 +1100 (AEDT) In-Reply-To: <03b68902-629e-65ab-a5e8-d90a3613f596@users.sourceforge.net> 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 From: Michael Ellerman Cc: kernel-janitors@vger.kernel.org, LKML Subject: Re: [3/3] powernv/pci: Improve a size determination in pnv_pci_init_ioda_phb() Message-Id: <40582V075Xz9sZC@ozlabs.org> Date: Tue, 20 Mar 2018 21:15:29 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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