From: Arvid Brodin <arvid.brodin@alten.se>
To: "netdev@vger.kernel.org" <netdev@vger.kernel.org>
Cc: "David Miller" <davem@davemloft.net>,
"Stephen Hemminger" <shemminger@vyatta.com>,
"Joe Perches" <joe@perches.com>,
"Javier Boticario" <jboticario@gmail.com>,
balferreira <balferreira@googlemail.com>,
"Elías Molina Muñoz" <elias.molina@ehu.es>,
"Arvid Brodin" <arvid.brodin@alten.se>
Subject: [PATCH net 2/3] net/hsr: Very small fix of comment style.
Date: Fri, 29 Nov 2013 23:37:07 +0100 [thread overview]
Message-ID: <52991713.8060701@alten.se> (raw)
Signed-off-by: Arvid Brodin <arvid.brodin@alten.se>
---
net/hsr/hsr_framereg.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net/hsr/hsr_framereg.c b/net/hsr/hsr_framereg.c
index 003f5bb..4bdab15 100644
--- a/net/hsr/hsr_framereg.c
+++ b/net/hsr/hsr_framereg.c
@@ -288,7 +288,8 @@ void hsr_addr_subst_dest(struct hsr_priv *hsr_priv, struct ethhdr *ethhdr,
static bool seq_nr_after(u16 a, u16 b)
{
/* Remove inconsistency where
- * seq_nr_after(a, b) == seq_nr_before(a, b) */
+ * seq_nr_after(a, b) == seq_nr_before(a, b)
+ */
if ((int) b - a == 32768)
return false;
--
1.8.1.5
--
Arvid Brodin | Consultant (Linux)
ALTEN | Knarrarnäsgatan 7 | SE-164 40 Kista | Sweden
arvid.brodin@alten.se | www.alten.se/en/
reply other threads:[~2013-11-29 22:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=52991713.8060701@alten.se \
--to=arvid.brodin@alten.se \
--cc=balferreira@googlemail.com \
--cc=davem@davemloft.net \
--cc=elias.molina@ehu.es \
--cc=jboticario@gmail.com \
--cc=joe@perches.com \
--cc=netdev@vger.kernel.org \
--cc=shemminger@vyatta.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.