Staging: sm750fb: fix line length coding style issue in ddk750_chip.c
authorMoshe Green <mgmoshes@gmail.com>
Sun, 5 Jun 2016 19:09:24 +0000 (22:09 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 16:07:03 +0000 (18:07 +0200)
This is a patch to the ddk750_chip.c file that fixes up a line length
warning found by the checkpatch.pl tool

Signed-off-by: Moshe Green <mgmoshes@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_chip.c

index e6bb504..4db80db 100644 (file)
@@ -86,7 +86,9 @@ static void setMemoryClock(unsigned int frequency)
 {
        unsigned int reg, divisor;
 
-       /* Cheok_0509: For SM750LE, the memory clock is fixed. Nothing to set. */
+       /* Cheok_0509: For SM750LE, the memory clock is fixed.
+        * Nothing to set.
+        */
        if (getChipType() == SM750LE)
                return;