rhashtable: fix indentation of a continue statement
authorColin Ian King <colin.king@canonical.com>
Fri, 18 Sep 2020 21:51:26 +0000 (22:51 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 20 Sep 2020 21:10:06 +0000 (14:10 -0700)
commit769f5083c5e2de371d9a451e3bb9d4aaa24f3346
treebbee596b2a016da371c7ef90b256e3e2e87911e6
parentf13d783a184e4868c5fdbdf20c90a8e323f66dd7
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>
lib/test_rhashtable.c