commit | 5ad3ea3d3952dcbb8047f97fbfa49804ea53a53a | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sat Sep 10 10:07:38 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 10 21:46:06 2016 -0700 |
tree | 1f9b8f9f11e7a0565161a0b6acb785a209e8eb76 | |
parent | 32230ac1ccbd66f36bd6955eddc45fc06861c1b5 [diff] |
ATM-ZeitNet: Improve a size determination in zatm_open() 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. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: David S. Miller <davem@davemloft.net>