]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/openvswitch/datapath.h
openvswitch: fix mis-ordered comment lines for ovs_skb_cb
[linux.git] / net / openvswitch / datapath.h
index da931bdef8a7b5f25c189a5fe76e5fc2c4c1efdf..5d8dcd88815f0622a48a54f14eaf5b5b9c53b18c 100644 (file)
@@ -98,8 +98,8 @@ struct datapath {
  * @input_vport: The original vport packet came in on. This value is cached
  * when a packet is received by OVS.
  * @mru: The maximum received fragement size; 0 if the packet is not
- * @cutlen: The number of bytes from the packet end to be removed.
  * fragmented.
+ * @cutlen: The number of bytes from the packet end to be removed.
  */
 struct ovs_skb_cb {
        struct vport            *input_vport;