Re: [PATCH][next] video: hyperv: hyperv_fb: fix indentation issue

2020-01-15 Thread Bartlomiej Zolnierkiewicz
On 11/14/19 6:27 PM, Colin King wrote: > From: Colin Ian King > > There is a block of statements that are indented > too deeply, remove the extraneous tabs. > > Signed-off-by: Colin Ian King Patch queued for v5.6, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Pola

RE: [PATCH][next] video: hyperv: hyperv_fb: fix indentation issue

2019-12-09 Thread Michael Kelley
From: Colin Ian King Sent: Thursday, November 14, 2019 9:27 AM > > There is a block of statements that are indented > too deeply, remove the extraneous tabs. > > Signed-off-by: Colin Ian King > --- > drivers/video/fbdev/hyperv_fb.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >

[PATCH][next] video: hyperv: hyperv_fb: fix indentation issue

2019-11-14 Thread Colin King
From: Colin Ian King There is a block of statements that are indented too deeply, remove the extraneous tabs. Signed-off-by: Colin Ian King --- drivers/video/fbdev/hyperv_fb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/video/fbdev/hyperv_fb.c b/drivers/vide