Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314956
b: refs/heads/master
c: cb4cca7
h: refs/heads/master
v: v3
  • Loading branch information
Sven Eckelmann authored and Antonio Quartulli committed Jul 1, 2012
1 parent 45ef501 commit dcc0eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b706b13b6cfde22d1f4adc540fd89426247c1e3e
refs/heads/master: cb4cca7103ea29b9296a85fe45966e7d95669ee1
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static void batadv_hash_init(struct batadv_hashtable *hash)
{
uint32_t i;

for (i = 0 ; i < hash->size; i++) {
for (i = 0; i < hash->size; i++) {
INIT_HLIST_HEAD(&hash->table[i]);
spin_lock_init(&hash->list_locks[i]);
}
Expand Down

0 comments on commit dcc0eac

Please sign in to comment.