public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] batman-adv: Remove space before semicolon
@ 2012-06-17 14:21 Sven Eckelmann
  2012-06-17 14:27 ` [B.A.T.M.A.N.] [PATCHv2] " Sven Eckelmann
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Eckelmann @ 2012-06-17 14:21 UTC (permalink / raw)
  To: b.a.t.m.a.n

Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
This one is for next... thx

 hash.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hash.c b/hash.c
index 2b16381..0759c70 100644
--- a/hash.c
+++ b/hash.c
@@ -73,6 +73,6 @@ void batadv_hash_set_lock_class(struct batadv_hashtable *hash,
 {
 	uint32_t i;
 
-	for (i = 0 ; i < hash->size; i++)
+	for (i = 0; i < hash->size; i++)
 		lockdep_set_class(&hash->list_locks[i], key);
 }
-- 
1.7.10


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

end of thread, other threads:[~2012-06-22 17:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-17 14:21 [B.A.T.M.A.N.] [PATCH] batman-adv: Remove space before semicolon Sven Eckelmann
2012-06-17 14:27 ` [B.A.T.M.A.N.] [PATCHv2] " Sven Eckelmann
2012-06-22 17:50   ` Marek Lindner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox