commit | 6919756caaeaa76dc56287252fb656e3c2d9b4e1 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Wed Nov 30 14:30:37 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 02 10:34:59 2016 -0500 |
tree | 5d981fe17af76ab8dcc15ae6746e72c88f383c96 | |
parent | c54cdc316dbd35695cd54dd425327463c72809e4 [diff] |
net/rtnetlink: fix attribute name in nlmsg_size() comments Use the correct attribute constant names IFLA_GSO_MAX_{SEGS,SIZE} instead of IFLA_MAX_GSO_{SEGS,SIZE} for the comments int nlmsg_size(). Cc: Eric Dumazet <edumazet@google.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>