Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] rhashtable: fix indentation of a continue statement
@ 2020-09-18 21:51 Colin King
2020-09-20 13:23 ` Herbert Xu
2020-09-20 21:10 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2020-09-18 21:51 UTC (permalink / raw)
To: Thomas Graf, Herbert Xu, netdev; +Cc: kernel-janitors, linux-kernel
From: Colin Ian King <colin.king@canonical.com>
A continue statement is indented incorrectly, add in the missing
tab.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
lib/test_rhashtable.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/test_rhashtable.c b/lib/test_rhashtable.c
index c5a6fef7b45d..76c607ee6db5 100644
--- a/lib/test_rhashtable.c
+++ b/lib/test_rhashtable.c
@@ -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;
}
}
--
2.27.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] rhashtable: fix indentation of a continue statement
2020-09-18 21:51 [PATCH] rhashtable: fix indentation of a continue statement Colin King
@ 2020-09-20 13:23 ` Herbert Xu
2020-09-20 21:10 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2020-09-20 13:23 UTC (permalink / raw)
To: Colin King; +Cc: Thomas Graf, netdev, kernel-janitors, linux-kernel
On Fri, Sep 18, 2020 at 10:51:26PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> A continue statement is indented incorrectly, add in the missing
> tab.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> lib/test_rhashtable.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] rhashtable: fix indentation of a continue statement
2020-09-18 21:51 [PATCH] rhashtable: fix indentation of a continue statement Colin King
2020-09-20 13:23 ` Herbert Xu
@ 2020-09-20 21:10 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2020-09-20 21:10 UTC (permalink / raw)
To: colin.king; +Cc: tgraf, herbert, netdev, kernel-janitors, linux-kernel
From: Colin King <colin.king@canonical.com>
Date: Fri, 18 Sep 2020 22:51:26 +0100
> From: Colin Ian King <colin.king@canonical.com>
>
> A continue statement is indented incorrectly, add in the missing
> tab.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-09-20 21:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18 21:51 [PATCH] rhashtable: fix indentation of a continue statement Colin King
2020-09-20 13:23 ` Herbert Xu
2020-09-20 21:10 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).