Re: [PATCH] rhashtable: fix indentation of a continue statement

2020-09-20 Thread David Miller
From: Colin King Date: Fri, 18 Sep 2020 22:51:26 +0100 > From: Colin Ian King > > A continue statement is indented incorrectly, add in the missing > tab. > > Signed-off-by: Colin Ian King Applied.

Re: [PATCH] rhashtable: fix indentation of a continue statement

2020-09-20 Thread Herbert Xu
On Fri, Sep 18, 2020 at 10:51:26PM +0100, Colin King wrote: > From: Colin Ian King > > A continue statement is indented incorrectly, add in the missing > tab. > > Signed-off-by: Colin Ian King > --- > lib/test_rhashtable.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Herb

[PATCH] rhashtable: fix indentation of a continue statement

2020-09-18 Thread Colin King
From: Colin Ian King A continue statement is indented incorrectly, add in the missing tab. Signed-off-by: Colin Ian King --- 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