Re: [PATCH 2/2] ARM: SAMSUNG: Improve a size determination in 13 functions

From: Krzysztof Kozlowski
Date: Wed Oct 04 2017 - 15:11:11 EST


On Wed, Oct 04, 2017 at 01:12:55PM +0200, SF Markus Elfring wrote:
> From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
> Date: Wed, 4 Oct 2017 09:52:33 +0200
>
> Replace the specification of data structures by pointer dereferences
> 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 <elfring@xxxxxxxxxxxxxxxxxxxxx>
> ---
> arch/arm/plat-samsung/adc.c | 4 ++--
> arch/arm/plat-samsung/devs.c | 33 +++++++++++----------------------
> 2 files changed, 13 insertions(+), 24 deletions(-)
>

Thanks, applied.

Best regards,
Krzysztof