On Tue, 2017-01-31 at 16:03 -0800, Dimitris Michailidis wrote:
> 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 <[email protected]>
> ---
LGTM
Acked-by: Eric Dumazet <[email protected]>
I am currently doing a reorg of net_device fields to improve locality,
I am not sure I will touch comments. We might do this later when things
are stabilized.