1
0
Fork 0

video: fbdev: sm712fb.c: fix unaligned block comments warning

Fixed unaligned block comments warning generated by scripts/checkpatch.pl:
  WARNING: Block comments should align the * on each line

Signed-off-by: Lynn Lei <lynnl.wit@gmail.com>
Cc: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Cc: Teddy Wang <teddy.wang@siliconmotion.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
hifive-unleashed-5.1
Lynn Lei 2017-08-01 17:20:38 +02:00 committed by Bartlomiej Zolnierkiewicz
parent ed10eab5f5
commit 0cdc07ec9b
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@
#include "sm712.h"
/*
* Private structure
*/
* Private structure
*/
struct smtcfb_info {
struct pci_dev *pdev;
struct fb_info *fb;