On Fri, Nov 24, 2017 at 08:40:22AM +0100, SF Markus Elfring wrote: > From: Markus Elfring <elfr...@users.sourceforge.net> > Date: Fri, 24 Nov 2017 08:18:14 +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 <elfr...@users.sourceforge.net> > ---
Acked-by: Charles Keepax <ckee...@opensource.cirrus.com> Thanks, Charles