* [PATCH] openvswitch: fix mis-ordered comment lines for ovs_skb_cb
@ 2017-07-03 11:46 Daniel Axtens
[not found] ` <20170703114643.3441-1-dja-Yfaxwxk/+vWsTnJN9+BGXg@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Axtens @ 2017-07-03 11:46 UTC (permalink / raw)
To: pshelar, netdev, dev; +Cc: Daniel Axtens
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>
---
net/openvswitch/datapath.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/openvswitch/datapath.h b/net/openvswitch/datapath.h
index da931bdef8a7..5d8dcd88815f 100644
--- a/net/openvswitch/datapath.h
+++ b/net/openvswitch/datapath.h
@@ -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;
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] openvswitch: fix mis-ordered comment lines for ovs_skb_cb
[not found] ` <20170703114643.3441-1-dja-Yfaxwxk/+vWsTnJN9+BGXg@public.gmane.org>
@ 2017-07-03 12:54 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-07-03 12:54 UTC (permalink / raw)
To: dja-Yfaxwxk/+vWsTnJN9+BGXg
Cc: dev-yBygre7rU0TnMu66kgdUjQ, netdev-u79uwXL29TY76Z2rM5mHXA
From: Daniel Axtens <dja-Yfaxwxk/+vWsTnJN9+BGXg@public.gmane.org>
Date: Mon, 3 Jul 2017 21:46:43 +1000
> 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-Yfaxwxk/+vWsTnJN9+BGXg@public.gmane.org>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-07-03 12:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-03 11:46 [PATCH] openvswitch: fix mis-ordered comment lines for ovs_skb_cb Daniel Axtens
[not found] ` <20170703114643.3441-1-dja-Yfaxwxk/+vWsTnJN9+BGXg@public.gmane.org>
2017-07-03 12:54 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox