commit | bd6aaf5535a6782b04e84ea575d65e95d2e7acbc | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Mon Apr 17 10:40:32 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 18 13:55:08 2017 -0400 |
tree | a8588f488ed33b6117dec75b615e94224fc0f627 | |
parent | c5b2ce24f3d27366135d542a98b596c056cb75f3 [diff] |
net: mvpp2: Improve a size determination in two functions Replace the specification of two 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. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: David S. Miller <davem@davemloft.net>