net: fix ndo_features_check/ndo_fix_features comment ordering
authorDimitris Michailidis <dmichail@google.com>
Wed, 24 May 2017 01:54:02 +0000 (21:54 -0400)
committerRaspbian kernel package updater <root@raspbian.org>
Sun, 23 Jul 2017 02:58:02 +0000 (02:58 +0000)
commit04c861c0ce1ce3f002e0c46cb25cc8d681b5b71e
tree1e572b16006d3ba2b1088500d52edc341ccfb15a
parent3b79cdf9c3d846b3552a58a0dd074ed0474f314f
net: fix ndo_features_check/ndo_fix_features comment ordering

[ Upstream commit 1a2a14444d32b89b28116daea86f63ced1716668 ]

Commit cdba756f5803a2 ("net: move ndo_features_check() close to
ndo_start_xmit()") inadvertently moved the doc comment for
.ndo_fix_features instead of .ndo_features_check. Fix the comment
ordering.

Fixes: cdba756f5803a2 ("net: move ndo_features_check() close to ndo_start_xmit()")
Signed-off-by: Dimitris Michailidis <dmichail@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/netdevice.h