]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: sm750fb: fix block comment coding style issue in ddk750_chip.c
authorMoshe Green <mgmoshes@gmail.com>
Mon, 6 Jun 2016 19:04:32 +0000 (22:04 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 16:07:04 +0000 (18:07 +0200)
This is a patch to the ddk750_chip.c file that fixes up two block
comment coding style warnings 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 4db80db5a4b896c9f30484dcbf6beb78d8913f2b..c1356bb501a6018ec213598173e3b4238c6a0908 100644 (file)
@@ -93,8 +93,10 @@ static void setMemoryClock(unsigned int frequency)
                return;
 
        if (frequency) {
-               /* Set the frequency to the maximum frequency that the DDR Memory can take
-               which is 336MHz. */
+               /*
+                * Set the frequency to the maximum frequency that the DDR Memory can take
+                * which is 336MHz.
+                */
                if (frequency > MHz(336))
                        frequency = MHz(336);