On Wed, Jan 24, 2018 at 10:22:35PM +0100, SF Markus Elfring wrote: > From: Markus Elfring <[email protected]> > Date: Wed, 24 Jan 2018 21:58:42 +0100 > > 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 <[email protected]> > ---
Acked-by: Charles Keepax <[email protected]> Thanks, Charles

