Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datapath: fix mis-ordered comment lines for ovs_skb_cb
Upstream commit: commit 52427fa0631269c62885dc48e0c32e2ad6e17f8c Author: Daniel Axtens <[email protected]> Date: Mon Jul 3 21:46:43 2017 +1000 openvswitch: fix mis-ordered comment lines for ovs_skb_cb 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 <[email protected]> Signed-off-by: David S. Miller <[email protected]> Signed-off-by: Greg Rose <[email protected]> Signed-off-by: Joe Stringer <[email protected]>
- Loading branch information