From: Daniel Axtens <dja@axtens.net>
To: pshelar@nicira.com, netdev@vger.kernel.org, dev@openvswitch.org
Cc: Daniel Axtens <dja@axtens.net>
Subject: [PATCH] openvswitch: fix mis-ordered comment lines for ovs_skb_cb
Date: Mon, 3 Jul 2017 21:46:43 +1000 [thread overview]
Message-ID: <20170703114643.3441-1-dja@axtens.net> (raw)
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
next reply other threads:[~2017-07-03 11:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-03 11:46 Daniel Axtens [this message]
[not found] ` <20170703114643.3441-1-dja-Yfaxwxk/+vWsTnJN9+BGXg@public.gmane.org>
2017-07-03 12:54 ` [PATCH] openvswitch: fix mis-ordered comment lines for ovs_skb_cb David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170703114643.3441-1-dja@axtens.net \
--to=dja@axtens.net \
--cc=dev@openvswitch.org \
--cc=netdev@vger.kernel.org \
--cc=pshelar@nicira.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox