vme: Improve 11 size determinations
authorMarkus Elfring <elfring@users.sourceforge.net>
Thu, 24 Aug 2017 19:52:00 +0000 (21:52 +0200)
committerMartyn Welch <martyn.welch@collabora.co.uk>
Fri, 13 Oct 2017 20:32:00 +0000 (21:32 +0100)
commit1ff0a19ce12c8292b732b564d25a9d3c5f819b1b
tree540a3451739ed82b3f8fde0017631e56d89172f2
parent94eefcc1cb648a6a14fe0d7a79da48d0a33ca781
vme: Improve 11 size determinations

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@users.sourceforge.net>
Signed-off-by: Martyn Welch <martyn@welchs.me.uk>
drivers/vme/vme.c