提交 40004e24 编写于 作者: R Ruslan Pisarev 提交者: Mauro Carvalho Chehab

[media] tm6000: fix macros and comments coding style issue in tm6000.h

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: NRuslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 51a5d396
...@@ -54,8 +54,9 @@ enum tm6000_devtype { ...@@ -54,8 +54,9 @@ enum tm6000_devtype {
}; };
/* ------------------------------------------------------------------ /* ------------------------------------------------------------------
Basic structures * Basic structures
------------------------------------------------------------------*/ * ------------------------------------------------------------------
*/
struct tm6000_fmt { struct tm6000_fmt {
char *name; char *name;
...@@ -256,9 +257,9 @@ struct tm6000_fh { ...@@ -256,9 +257,9 @@ struct tm6000_fh {
enum v4l2_buf_type type; 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_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 */ /* In tm6000-cards.c */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册