mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 13:46:15 +07:00
batman-adv: Remove space before semicolon
Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Antonio Quartulli <ordex@autistici.org>
This commit is contained in:
parent
b706b13b6c
commit
cb4cca7103
@ -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]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user