b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] batman-adv: Fix line over 80 characters
@ 2011-06-08 20:59 Sven Eckelmann
  2011-06-09 15:04 ` Marek Lindner
  0 siblings, 1 reply; 4+ messages in thread
From: Sven Eckelmann @ 2011-06-08 20:59 UTC (permalink / raw)
  To: b.a.t.m.a.n

Regression was introduced in 4d30670880c84071dba4b220f595e64d6c01d1ba.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 routing.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/routing.c b/routing.c
index 5e99188..7f458e9 100644
--- a/routing.c
+++ b/routing.c
@@ -728,7 +728,8 @@ void receive_bat_packet(const struct ethhdr *ethhdr,
 
 			spin_lock_bh(&orig_neigh_node->ogm_cnt_lock);
 			word = &(orig_neigh_node->bcast_own[offset]);
-			bit_mark(word, if_incoming_seqno - batman_packet->seqno - 2);
+			bit_mark(word,
+				 if_incoming_seqno - batman_packet->seqno - 2);
 			orig_neigh_node->bcast_own_sum[if_incoming->if_num] =
 				bit_packet_count(word);
 			spin_unlock_bh(&orig_neigh_node->ogm_cnt_lock);
-- 
1.7.5.3


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

* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Fix line over 80 characters
  2011-06-08 20:59 [B.A.T.M.A.N.] [PATCH] batman-adv: Fix line over 80 characters Sven Eckelmann
@ 2011-06-09 15:04 ` Marek Lindner
  0 siblings, 0 replies; 4+ messages in thread
From: Marek Lindner @ 2011-06-09 15:04 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

On Wednesday, June 08, 2011 10:59:33 PM Sven Eckelmann wrote:
> Regression was introduced in 4d30670880c84071dba4b220f595e64d6c01d1ba.

Applied in revision da04ca5.

Thanks,
Marek

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

* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Fix line over 80 characters
  2011-05-08  7:39 Sven Eckelmann
@ 2011-05-08 12:33 ` Marek Lindner
  0 siblings, 0 replies; 4+ messages in thread
From: Marek Lindner @ 2011-05-08 12:33 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

On Sunday 08 May 2011 09:39:55 Sven Eckelmann wrote:
> 160dd1399c4d589c0c5678a759e8ac7a7eefe64e introduced a line over 80 and
> can not be accepted according to the Linux Coding Style.

Applied in revision 6ffb0a7.

Thanks,
Marek

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

* [B.A.T.M.A.N.] [PATCH] batman-adv: Fix line over 80 characters
@ 2011-05-08  7:39 Sven Eckelmann
  2011-05-08 12:33 ` Marek Lindner
  0 siblings, 1 reply; 4+ messages in thread
From: Sven Eckelmann @ 2011-05-08  7:39 UTC (permalink / raw)
  To: b.a.t.m.a.n

160dd1399c4d589c0c5678a759e8ac7a7eefe64e introduced a line over 80 and
can not be accepted according to the Linux Coding Style.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 translation-table.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/translation-table.c b/translation-table.c
index 2bd6a31..7b72966 100644
--- a/translation-table.c
+++ b/translation-table.c
@@ -505,7 +505,8 @@ int tt_global_seq_print_text(struct seq_file *seq, void *offset)
 		goto out;
 	}
 
-	seq_printf(seq, "Globally announced TT entries received via the mesh %s\n",
+	seq_printf(seq,
+		   "Globally announced TT entries received via the mesh %s\n",
 		   net_dev->name);
 
 	spin_lock_bh(&bat_priv->tt_ghash_lock);
-- 
1.7.5.1


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

end of thread, other threads:[~2011-06-09 15:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-08 20:59 [B.A.T.M.A.N.] [PATCH] batman-adv: Fix line over 80 characters Sven Eckelmann
2011-06-09 15:04 ` Marek Lindner
  -- strict thread matches above, loose matches on Subject: below --
2011-05-08  7:39 Sven Eckelmann
2011-05-08 12:33 ` 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).