diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-09 07:40:15 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-09 09:20:12 -0400 |
commit | 9ef0b3f3f88d2a177e3403dd57e373d97f1c389c (patch) | |
tree | 5cebdbdfff90ff91f7d9237304d1cd428764906c | |
parent | cb8d67cf70b4bc7d60c356896823022717b70d1e (diff) |
[media] v4l2-subdev.h: fix a typo at a kernel-doc markup
One struct at the comment was not written well.
Fix it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r-- | include/media/v4l2-subdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h index e175c2c891a8..863f92600607 100644 --- a/include/media/v4l2-subdev.h +++ b/include/media/v4l2-subdev.h | |||
@@ -421,7 +421,7 @@ struct v4l2_subdev_video_ops { | |||
421 | * in video mode via the vbi device node. | 421 | * in video mode via the vbi device node. |
422 | * | 422 | * |
423 | * @decode_vbi_line: video decoders that support sliced VBI need to implement | 423 | * @decode_vbi_line: video decoders that support sliced VBI need to implement |
424 | * this ioctl. Field p of the &struct v4l2_sliced_vbi_line is set to the | 424 | * this ioctl. Field p of the &struct v4l2_decode_vbi_line is set to the |
425 | * start of the VBI data that was generated by the decoder. The driver | 425 | * start of the VBI data that was generated by the decoder. The driver |
426 | * then parses the sliced VBI data and sets the other fields in the | 426 | * then parses the sliced VBI data and sets the other fields in the |
427 | * struct accordingly. The pointer p is updated to point to the start of | 427 | * struct accordingly. The pointer p is updated to point to the start of |