Commit 89d4318a authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: davinci_vpfe: don't use kernel-doc markup for simple comments

Fix those two warnings:
   drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c:90: warning: Function parameter or member 'interface' not described in 'MODULE_PARM_DESC'
   drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c:90: warning: Function parameter or member '(default' not described in 'MODULE_PARM_DESC'
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 58594098
...@@ -77,7 +77,7 @@ static bool interface; ...@@ -77,7 +77,7 @@ static bool interface;
module_param(interface, bool, 0444); module_param(interface, bool, 0444);
module_param(debug, bool, 0644); module_param(debug, bool, 0644);
/** /*
* VPFE capture can be used for capturing video such as from TVP5146 or TVP7002 * VPFE capture can be used for capturing video such as from TVP5146 or TVP7002
* and for capture raw bayer data from camera sensors such as mt9p031. At this * and for capture raw bayer data from camera sensors such as mt9p031. At this
* point there is problem in co-existence of mt9p031 and tvp5146 due to i2c * point there is problem in co-existence of mt9p031 and tvp5146 due to i2c
......
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