Re: [PATCH] staging: vt6656: clean up an indentation issue

2019-09-27 Thread Quentin Deslandes
On Fri, Sep 27, 2019 at 10:24:00AM +0100, Colin King wrote: > From: Colin Ian King > > There is a block of code that is indented incorrectly, add in the > missing tabs. > > Signed-off-by: Colin Ian King > --- > drivers/staging/vt6656/main_usb.c | 8 > 1 file changed, 4 insertions(+),

[PATCH] staging: vt6656: clean up an indentation issue

2019-09-27 Thread Colin King
From: Colin Ian King There is a block of code that is indented incorrectly, add in the missing tabs. Signed-off-by: Colin Ian King --- drivers/staging/vt6656/main_usb.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/vt6656/main_usb.c