[media] v4l2-subdev.h: fix a doc nitpick warning
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 31 Aug 2016 00:08:17 +0000 (21:08 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 9 Sep 2016 12:44:54 +0000 (09:44 -0300)
One markup tag is wrong here.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
include/media/v4l2-subdev.h

index 6e1d044..2c1e328 100644 (file)
@@ -226,7 +226,7 @@ struct v4l2_subdev_core_ops {
  *
  * @g_tuner: callback for %VIDIOC_G_TUNER ioctl handler code.
  *
- * @s_tuner: callback for %VIDIOC_S_TUNER ioctl handler code. &vt->type must be
+ * @s_tuner: callback for %VIDIOC_S_TUNER ioctl handler code. @vt->type must be
  *          filled in. Normally done by video_ioctl2 or the
  *          bridge driver.
  *