提交 769f5083 编写于 作者: C Colin Ian King 提交者: David S. Miller

rhashtable: fix indentation of a continue statement

A continue statement is indented incorrectly, add in the missing
tab.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Acked-by: NHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册