b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH 1/3] batman-adv: change comment style for David
@ 2012-05-10  4:54 Marek Lindner
  2012-05-10  4:54 ` [B.A.T.M.A.N.] [PATCH 2/3] " Marek Lindner
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Marek Lindner @ 2012-05-10  4:54 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Marek Lindner

Should be merged with c9619b5e07a756af43c196874e9e9e91e3251154

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
---
 bat_iv_ogm.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/bat_iv_ogm.c b/bat_iv_ogm.c
index 2a1845e..96ce556 100644
--- a/bat_iv_ogm.c
+++ b/bat_iv_ogm.c
@@ -1200,7 +1200,8 @@ static int bat_iv_ogm_receive(struct sk_buff *skb,
 		return NET_RX_DROP;
 
 	/* did we receive a B.A.T.M.A.N. IV OGM packet on an interface
-	 * that does not have B.A.T.M.A.N. IV enabled ? */
+	 * that does not have B.A.T.M.A.N. IV enabled ?
+	 */
 	if (bat_priv->bat_algo_ops->bat_ogm_emit != bat_iv_ogm_emit)
 		return NET_RX_DROP;
 
-- 
1.7.9.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-05-11  7:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-10  4:54 [B.A.T.M.A.N.] [PATCH 1/3] batman-adv: change comment style for David Marek Lindner
2012-05-10  4:54 ` [B.A.T.M.A.N.] [PATCH 2/3] " Marek Lindner
2012-05-11  7:24   ` Marek Lindner
2012-05-10  4:54 ` [B.A.T.M.A.N.] [PATCH 3/3] " Marek Lindner
2012-05-11  7:30   ` Marek Lindner
2012-05-11  7:22 ` [B.A.T.M.A.N.] [PATCH 1/3] " Marek Lindner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).