Commit b75a44de authored by Wang Qing's avatar Wang Qing Committed by Mauro Carvalho Chehab

media: staging: media: zoran: fix some formatting issues

fixing WARNING: Possible repeated word: 'in' as "in in a VIDIOCSFBUF ioctl",
limit the number of words per line.
Signed-off-by: default avatarWang Qing <wangqing@vivo.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 0a045eac
...@@ -37,9 +37,10 @@ module_param_array(card, int, NULL, 0444); ...@@ -37,9 +37,10 @@ module_param_array(card, int, NULL, 0444);
MODULE_PARM_DESC(card, "Card type"); MODULE_PARM_DESC(card, "Card type");
/* /*
* The video mem address of the video card. The driver has a little database for some videocards * The video mem address of the video card. The driver has a little database
* to determine it from there. If your video card is not in there you have either to give it to * for some videocards to determine it from there. If your video card is not
* the driver as a parameter or set in in a VIDIOCSFBUF ioctl * in there you have either to give it to the driver as a parameter or set
* in a VIDIOCSFBUF ioctl
*/ */
static unsigned long vidmem; /* default = 0 - Video memory base address */ static unsigned long vidmem; /* default = 0 - Video memory base address */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment