Re: [PATCH] net/rtnetlink: fix attribute name in nlmsg_size() comments
From: David Miller <davem@davemloft.net>
Date: 2016-12-02 15:35:28
From: David Miller <davem@davemloft.net>
Date: 2016-12-02 15:35:28
From: Tobias Klauser <tklauser@distanz.ch> 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 <edumazet@google.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>Applied, thanks.