Commit 769f5083 authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller

rhashtable: fix indentation of a continue statement

A continue statement is indented incorrectly, add in the missing
tab.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f13d783a
......@@ -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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment