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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jun 2017 04:41:52 +0000 (06:41 +0200)
commitf4d2d05ffb8b3c4286feeaade7f27a3b18c59d18
tree9238fd43297bd3505ea5fbd8d4db50693b9dee19
parent3a6ebd3f963c9d2fda47714562606a495fee0b2c
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