Re: [PATCH] HID: alps: clean up indentation issue

2020-09-22 Thread Jiri Kosina
On Sun, 20 Sep 2020, Colin King wrote: > From: Colin Ian King > > There is an if statement that is indented too deeply, fix > this by removing the extraneous tab. > > Signed-off-by: Colin Ian King > --- > drivers/hid/hid-alps.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

[PATCH] HID: alps: clean up indentation issue

2020-09-20 Thread Colin King
From: Colin Ian King There is an if statement that is indented too deeply, fix this by removing the extraneous tab. Signed-off-by: Colin Ian King --- drivers/hid/hid-alps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/hid-alps.c b/drivers/hid/hid-alps.c index

[PATCH] HID: alps: clean up indentation issue

2019-09-25 Thread Colin King
From: Colin Ian King There is an if statement that is indented one level too deeply, remove the extraneous tab. Signed-off-by: Colin Ian King --- drivers/hid/hid-alps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/hid-alps.c b/drivers/hid/hid-alps.c index ae7