staging: sm750fb: line over 80 characters
authorGokce Kuler <gokcekuler@gmail.com>
Sat, 28 Mar 2020 20:15:13 +0000 (23:15 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Apr 2020 06:55:29 +0000 (08:55 +0200)
Convert a single line comment to a multiline comment to respect the 80
character rule.Problem found using checkpatch.

Signed-off-by: Gokce Kuler <gokcekuler@gmail.com>
Reviewed-by: Stefano Brivio <sbrivio@redhat.com>
Link: https://lore.kernel.org/r/20200328201513.GA16863@siyah2
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/sm750.c

index 59568d18ce2301a2eca29bdfade88a020bcffc64..e478290b60a87c80d9c2f5688b99a5dcbd4b552a 100644 (file)
@@ -709,7 +709,9 @@ static int sm750fb_set_drv(struct lynxfb_par *par)
                } else {
                        output->paths = sm750_crt;
                        crtc->channel = sm750_primary;
-                       /* not consider of padding stuffs for oScreen,need fix */
+                       /* not consider of padding stuffs for oScreen,
+                        * need fix
+                        */
                        crtc->oScreen = sm750_dev->vidmem_size >> 1;
                        crtc->vScreen = sm750_dev->pvMem + crtc->oScreen;
                }