diff mbox

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

Message ID 20170704152345.GA27452@lynnl.yet (mailing list archive)
State New, archived
Headers show

Commit Message

Lynn Lei July 4, 2017, 3:23 p.m. UTC
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>
---
 drivers/video/fbdev/sm712fb.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Bartlomiej Zolnierkiewicz Aug. 1, 2017, 12:13 p.m. UTC | #1
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 <lynnl.wit@gmail.com>

Patch queued for 4.14, thanks.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

--
To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/video/fbdev/sm712fb.c b/drivers/video/fbdev/sm712fb.c
index 4d3684333b7b..d492a9e9ac50 100644
--- a/drivers/video/fbdev/sm712fb.c
+++ b/drivers/video/fbdev/sm712fb.c
@@ -33,8 +33,8 @@ 
 #include "sm712.h"
 
 /*
-* Private structure
-*/
+ * Private structure
+ */
 struct smtcfb_info {
 	struct pci_dev *pdev;
 	struct fb_info *fb;