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>
This commit is contained in:
parent
ed10eab5f5
commit
0cdc07ec9b
|
@ -33,8 +33,8 @@
|
|||
#include "sm712.h"
|
||||
|
||||
/*
|
||||
* Private structure
|
||||
*/
|
||||
* Private structure
|
||||
*/
|
||||
struct smtcfb_info {
|
||||
struct pci_dev *pdev;
|
||||
struct fb_info *fb;
|
||||
|
|
Loading…
Reference in New Issue