]> git.baikalelectronics.ru Git - kernel.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)
commit3f3a8854d71029af7aa4be66a2590dd1d8d6c4b9
tree5d981fe17af76ab8dcc15ae6746e72c88f383c96
parentc4eab0a272def6f9b09e2137de09a21a4047555c
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