* [B.A.T.M.A.N.] [PATCH] batman-adv: put long strings on a dedicated line
@ 2012-04-02 17:25 Antonio Quartulli
2012-04-04 8:32 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Antonio Quartulli @ 2012-04-02 17:25 UTC (permalink / raw)
To: b.a.t.m.a.n
Strings that make the line exceed 80 chars should be put on a dedicated line to
avoid making it even longer
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
---
bridge_loop_avoidance.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bridge_loop_avoidance.c b/bridge_loop_avoidance.c
index 8a17a78..aaa4b9f 100644
--- a/bridge_loop_avoidance.c
+++ b/bridge_loop_avoidance.c
@@ -697,7 +697,8 @@ static int handle_unclaim(struct bat_priv *bat_priv,
return 1;
/* this must be an UNCLAIM frame */
- bat_dbg(DBG_BLA, bat_priv, "handle_unclaim(): UNCLAIM %pM on vid %d (sent by %pM)...\n",
+ bat_dbg(DBG_BLA, bat_priv,
+ "handle_unclaim(): UNCLAIM %pM on vid %d (sent by %pM)...\n",
claim_addr, vid, backbone_gw->orig);
bla_del_claim(bat_priv, claim_addr, vid);
--
1.7.9.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-04 8:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-02 17:25 [B.A.T.M.A.N.] [PATCH] batman-adv: put long strings on a dedicated line Antonio Quartulli
2012-04-04 8:32 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox