Re: [PATCH] sunrpc: clean up indentation issue

2019-09-25 Thread J . Bruce Fields
Applied, thanks.--b. On Wed, Sep 25, 2019 at 02:09:30PM +0100, Colin King wrote: > From: Colin Ian King > > There are statements that are indented incorrectly, remove the > extraneous spacing. > > Signed-off-by: Colin Ian King > --- > net/sunrpc/svc.c | 4 ++-- > 1 file changed, 2 insertions(

[PATCH] sunrpc: clean up indentation issue

2019-09-25 Thread Colin King
From: Colin Ian King There are statements that are indented incorrectly, remove the extraneous spacing. Signed-off-by: Colin Ian King --- net/sunrpc/svc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/sunrpc/svc.c b/net/sunrpc/svc.c index 220b79988000..d11b70552c3