mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 00:50:50 +07:00
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>
This commit is contained in:
parent
f13d783a18
commit
769f5083c5
@ -434,7 +434,7 @@ static int __init test_rhltable(unsigned int entries)
|
|||||||
} else {
|
} else {
|
||||||
if (WARN(err != -ENOENT, "removed non-existent element, error %d not %d",
|
if (WARN(err != -ENOENT, "removed non-existent element, error %d not %d",
|
||||||
err, -ENOENT))
|
err, -ENOENT))
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user