]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
net: fix ndo_features_check/ndo_fix_features comment ordering
authorDimitris Michailidis <dmichail@google.com>
Wed, 1 Feb 2017 00:03:13 +0000 (16:03 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Feb 2017 17:10:56 +0000 (12:10 -0500)
commit1a2a14444d32b89b28116daea86f63ced1716668
treeff12c476ed162713c48f66d712375dc48955d6cb
parentfd62d9f5c575f0792f150109f1fd24a0d4b3f854
net: fix ndo_features_check/ndo_fix_features comment ordering

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>
include/linux/netdevice.h