]> 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)
commitbd00502b5280ed4327428eb9242c37dd7c417ef9
tree5d981fe17af76ab8dcc15ae6746e72c88f383c96
parentb16a7aa404608be26102341bc5e0d475e79b6265
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