Re: [PATCH 2/4] video: fbdev: sm712fb.c: fix unaligned block comments warning

2017-08-01 Thread Bartlomiej Zolnierkiewicz
On Tuesday, July 04, 2017 11:23:45 PM Lynn Lei wrote: > Fixed unaligned block comments warning generated by scripts/checkpatch.pl: > WARNING: Block comments should align the * on each line > > Signed-off-by: Lynn Lei Patch queued for 4.14, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Sa

[PATCH 2/4] video: fbdev: sm712fb.c: fix unaligned block comments warning

2017-07-04 Thread Lynn Lei
Fixed unaligned block comments warning generated by scripts/checkpatch.pl: WARNING: Block comments should align the * on each line Signed-off-by: Lynn Lei --- drivers/video/fbdev/sm712fb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/video/fbdev/sm712fb.c b/d