[media] tm6000: fix macros and comments coding style issue in tm6000.h
authorRuslan Pisarev <ruslan@rpisarev.org.ua>
Wed, 20 Oct 2010 09:35:34 +0000 (06:35 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 16:02:44 +0000 (14:02 -0200)
This is a patch to the tm6000.h file that fixed up a macros and
comment error found by the checkpatch.pl tools.

Signed-off-by: Ruslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/tm6000/tm6000.h

index f87e4c8f632bf7c4c866c4cab5e7d80d40f67d71..46017b60319096f2698d87df1b14cb3f12d9120d 100644 (file)
@@ -54,8 +54,9 @@ enum tm6000_devtype {
 };
 
 /* ------------------------------------------------------------------
-       Basic structures
-   ------------------------------------------------------------------*/
+ *     Basic structures
+ * ------------------------------------------------------------------
+ */
 
 struct tm6000_fmt {
        char  *name;
@@ -256,9 +257,9 @@ struct tm6000_fh {
        enum v4l2_buf_type           type;
 };
 
-#define TM6000_STD     V4L2_STD_PAL|V4L2_STD_PAL_N|V4L2_STD_PAL_Nc|    \
+#define TM6000_STD     (V4L2_STD_PAL|V4L2_STD_PAL_N|V4L2_STD_PAL_Nc|    \
                        V4L2_STD_PAL_M|V4L2_STD_PAL_60|V4L2_STD_NTSC_M| \
-                       V4L2_STD_NTSC_M_JP|V4L2_STD_SECAM
+                       V4L2_STD_NTSC_M_JP|V4L2_STD_SECAM)
 
 /* In tm6000-cards.c */