Skip to content
Snippets Groups Projects
Commit cb4cca71 authored by Sven Eckelmann's avatar Sven Eckelmann Committed by Antonio Quartulli
Browse files

batman-adv: Remove space before semicolon

parent b706b13b
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ static void batadv_hash_init(struct batadv_hashtable *hash) ...@@ -25,7 +25,7 @@ static void batadv_hash_init(struct batadv_hashtable *hash)
{ {
uint32_t i; uint32_t i;
for (i = 0 ; i < hash->size; i++) { for (i = 0; i < hash->size; i++) {
INIT_HLIST_HEAD(&hash->table[i]); INIT_HLIST_HEAD(&hash->table[i]);
spin_lock_init(&hash->list_locks[i]); spin_lock_init(&hash->list_locks[i]);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment