]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
openvswitch: fix mis-ordered comment lines for ovs_skb_cb
authorDaniel Axtens <dja@axtens.net>
Mon, 3 Jul 2017 11:46:43 +0000 (21:46 +1000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Jul 2017 12:54:00 +0000 (05:54 -0700)
I was trying to wrap my head around meaning of mru, and realised
that the second line of the comment defining it had somehow
ended up after the line defining cutlen, leading to much confusion.

Reorder the lines to make sense.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found