]> git.baikalelectronics.ru Git - kernel.git/commit
parport: ax88796: Improve a size determination in parport_ax88796_probe()
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 7 Feb 2018 19:47:49 +0000 (19:47 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Mar 2018 16:54:09 +0000 (17:54 +0100)
commit8136568bc167e9c76cef891812900187045d3183
treee9e6fd26f3b8e6d8f39a1d9f6da691744ab0a862
parent828b58f451efceb6e986276f498b534f0a43c660
parport: ax88796: Improve a size determination in parport_ax88796_probe()

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 <elfring@users.sourceforge.net>
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/parport/parport_ax88796.c