* [PATCH net 2/3] net/hsr: Very small fix of comment style.
@ 2013-11-29 22:37 Arvid Brodin
0 siblings, 0 replies; only message in thread
From: Arvid Brodin @ 2013-11-29 22:37 UTC (permalink / raw)
To: netdev@vger.kernel.org
Cc: David Miller, Stephen Hemminger, Joe Perches, Javier Boticario,
balferreira, Elías Molina Muñoz, Arvid Brodin
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/
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-11-29 22:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-29 22:37 [PATCH net 2/3] net/hsr: Very small fix of comment style Arvid Brodin
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.