]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 e6bb5040e9888a5edd4bf5ff3e6877d3a6fa6342..4db80db5a4b896c9f30484dcbf6beb78d8913f2b 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;