summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2016-08-31 02:08:17 +0200
committerMauro Carvalho Chehab2016-09-09 14:44:54 +0200
commit59d44bbe46fe876c55d5cc051d552b1debb1c454 (patch)
treed3a58692c1a47fed6ecfc3b59d7ee1802b62f56b /include/media
parent[media] v4l2-subdev.rst: get rid of legacy functions (diff)
downloadkernel-qcow2-linux-59d44bbe46fe876c55d5cc051d552b1debb1c454.tar.gz
kernel-qcow2-linux-59d44bbe46fe876c55d5cc051d552b1debb1c454.tar.xz
kernel-qcow2-linux-59d44bbe46fe876c55d5cc051d552b1debb1c454.zip
[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>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/v4l2-subdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h
index 6e1d044e3ee8..2c1e328ccb1d 100644
--- a/include/media/v4l2-subdev.h
+++ b/include/media/v4l2-subdev.h
@@ -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.
*