Skip to content

Commit 769f508

Browse files
Colin Ian Kingdavem330
authored andcommitted
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>
1 parent f13d783 commit 769f508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/test_rhashtable.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ static int __init test_rhltable(unsigned int entries)
434434
} else {
435435
if (WARN(err != -ENOENT, "removed non-existent element, error %d not %d",
436436
err, -ENOENT))
437-
continue;
437+
continue;
438438
}
439439
}
440440

0 commit comments

Comments
 (0)