mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-22 12:21:00 +02:00
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:
committed by
David S. Miller
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user