Re: [PATCH] video: fbdev: vesafb: fix indentation issue

2019-04-01 Thread Bartlomiej Zolnierkiewicz
On 02/12/2019 02:29 PM, Colin King wrote: > From: Colin Ian King > > There are a couple of statements that are indented too deeply, fix > this by removing tabs. Also add a space after a comma to clean up > a cppcheck warning. > > Signed-off-by: Colin Ian King Patch queued for v5.2, thanks. B

Re: [PATCH] video: fbdev: vesafb: fix indentation issue

2019-02-15 Thread Joe Perches
On Tue, 2019-02-12 at 13:29 +, Colin King wrote: > From: Colin Ian King > > There are a couple of statements that are indented too deeply, fix > this by removing tabs. Also add a space after a comma to clean up > a cppcheck warning. > > Signed-off-by: Colin Ian King > --- > drivers/video/f

[PATCH] video: fbdev: vesafb: fix indentation issue

2019-02-12 Thread Colin King via dri-devel
From: Colin Ian King There are a couple of statements that are indented too deeply, fix this by removing tabs. Also add a space after a comma to clean up a cppcheck warning. Signed-off-by: Colin Ian King --- drivers/video/fbdev/vesafb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)