[<prev] [next>] [day] [month] [year] [list]
Message-ID: <52991713.8060701@alten.se>
Date: Fri, 29 Nov 2013 23:37:07 +0100
From: Arvid Brodin <arvid.brodin@...en.se>
To: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
CC: David Miller <davem@...emloft.net>,
Stephen Hemminger <shemminger@...tta.com>,
Joe Perches <joe@...ches.com>,
Javier Boticario <jboticario@...il.com>,
balferreira <balferreira@...glemail.com>,
Elías Molina Muñoz <elias.molina@....es>,
Arvid Brodin <arvid.brodin@...en.se>
Subject: [PATCH net 2/3] net/hsr: Very small fix of comment style.
Signed-off-by: Arvid Brodin <arvid.brodin@...en.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@...en.se | www.alten.se/en/
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists