Re: [PATCH] net/rtnetlink: fix attribute name in nlmsg_size() comments

2016-12-02 Thread David Miller
From: Tobias Klauser Date: Wed, 30 Nov 2016 14:30:37 +0100 > 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 > Signed-off-by: Tobias Klauser Applied, thanks.

[PATCH] net/rtnetlink: fix attribute name in nlmsg_size() comments

2016-11-30 Thread Tobias Klauser
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 Signed-off-by: Tobias Klauser --- net/core/rtnetlink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/core/rtnet