The following commit has been merged in the next branch:
commit 9ce3549a097e10e962d9a7a3c6d63effd239c750
Author: Antonio Quartulli <ordex(a)autistici.org>
Date: Mon Apr 2 19:25:52 2012 +0200
batman-adv: put long strings on a dedicated line
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(a)autistici.org>
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);
--
batman-adv