forked from Minki/linux
rhashtable: fix indentation of a continue statement
A continue statement is indented incorrectly, add in the missing tab. Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f13d783a18
commit
769f5083c5
@ -434,7 +434,7 @@ static int __init test_rhltable(unsigned int entries)
|
||||
} else {
|
||||
if (WARN(err != -ENOENT, "removed non-existent element, error %d not %d",
|
||||
err, -ENOENT))
|
||||
continue;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user