]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: media: cxd2099: Format block comments.
authorElise Lennion <elise.lennion@gmail.com>
Mon, 10 Oct 2016 02:24:33 +0000 (23:24 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:26:03 +0000 (10:26 +0200)
Fix checkpatch warning:

WARNING: Block comments use a trailing */ on a separate line

Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/cxd2099/cxd2099.c

index fedeb3c3549e3e812d3328e2e83b5522ee1fad2d..c72c3f09f17528bea94b2d4b8f2db88a94795670 100644 (file)
@@ -336,7 +336,8 @@ static int init(struct cxd *ci)
                        break;
 #endif
                /* TOSTRT = 8, Mode B (gated clock), falling Edge,
-                * Serial, POL=HIGH, MSB */
+                * Serial, POL=HIGH, MSB
+                */
                status = write_reg(ci, 0x0A, 0xA7);
                if (status < 0)
                        break;