commit | 769f5083c5e2de371d9a451e3bb9d4aaa24f3346 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Sep 18 22:51:26 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Sep 20 14:10:06 2020 -0700 |
tree | bbee596b2a016da371c7ef90b256e3e2e87911e6 | |
parent | f13d783a184e4868c5fdbdf20c90a8e323f66dd7 [diff] |
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>