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>
                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);