Re: [PATCH] gru: clean up indentation issue, remove spaces

2019-01-02 Thread Dimitri Sivanich
Acked-by: Dimitri Sivanich On Fri, Dec 21, 2018 at 10:44:19PM +, Colin King wrote: > From: Colin Ian King > > There are a couple of statements that have extra spaces in the identation, > fix this by removing them. > > Signed-off-by: Colin Ian King > --- > drivers/misc/sgi-gru/grufault.c

[PATCH] gru: clean up indentation issue, remove spaces

2018-12-21 Thread Colin King
From: Colin Ian King There are a couple of statements that have extra spaces in the identation, fix this by removing them. Signed-off-by: Colin Ian King --- drivers/misc/sgi-gru/grufault.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/misc/sgi-gru/grufault.c