]> git.karo-electronics.de Git - linux-beck.git/commit
net/rtnetlink: fix attribute name in nlmsg_size() comments
authorTobias Klauser <tklauser@distanz.ch>
Wed, 30 Nov 2016 13:30:37 +0000 (14:30 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Dec 2016 15:34:59 +0000 (10:34 -0500)
commit6919756caaeaa76dc56287252fb656e3c2d9b4e1
tree5d981fe17af76ab8dcc15ae6746e72c88f383c96
parentc54cdc316dbd35695cd54dd425327463c72809e4
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>
net/core/rtnetlink.c