1
0
Fork 0

[media] v4l2-subdev.h: fix a doc nitpick warning

One markup tag is wrong here.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
steinar/wifi_calib_4_9_kernel
Mauro Carvalho Chehab 2016-08-30 21:08:17 -03:00
parent a8e58f29c9
commit 59d44bbe46
1 changed files with 1 additions and 1 deletions

View 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.
*