Commit 8162a0b5 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: v4l2-subdev.h: fix a kernel-doc markup

As reported by Sphinx:

	./Documentation/driver-api/media/v4l2-subdev:490: ./include/media/v4l2-subdev.h:384: WARNING: Unparseable C cross-reference: 'struct'
	Invalid C declaration: Expected identifier in nested name, got keyword: struct [error at 6]
	  struct
	  ------^

The markup there is wrong:
	&struct &v4l2_input -> &struct v4l2_input
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent c3cfc5f4
...@@ -381,7 +381,7 @@ struct v4l2_mbus_frame_desc { ...@@ -381,7 +381,7 @@ struct v4l2_mbus_frame_desc {
* OUTPUT device. This is ignored by video capture devices. * OUTPUT device. This is ignored by video capture devices.
* *
* @g_input_status: get input status. Same as the status field in the * @g_input_status: get input status. Same as the status field in the
* &struct &v4l2_input * &struct v4l2_input
* *
* @s_stream: used to notify the driver that a video stream will start or has * @s_stream: used to notify the driver that a video stream will start or has
* stopped. * stopped.
......
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