diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-07-21 15:03:24 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-07-21 15:03:24 +0300 |
commit | 8382a11b2782465a0edec5c8b99b93087ad1f66c (patch) | |
tree | b44541a95ee33e93687890d9a092c6a13c5a2815 /include/media/v4l2-fwnode.h | |
parent | 0e50e84a11f4854e9a7e3b7f4443ffb99e6be292 (diff) | |
download | linux-8382a11b2782465a0edec5c8b99b93087ad1f66c.tar.xz |
media: v4l2-fwnode: fix a Sphinx warning
The kernel-doc tag is wrong there, causing this warning:
./include/media/v4l2-fwnode.h:66: warning: bad line: index (1)
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media/v4l2-fwnode.h')
-rw-r--r-- | include/media/v4l2-fwnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-fwnode.h b/include/media/v4l2-fwnode.h index b373c43f65e8..cb34dcb0bb65 100644 --- a/include/media/v4l2-fwnode.h +++ b/include/media/v4l2-fwnode.h @@ -63,7 +63,7 @@ struct v4l2_fwnode_bus_parallel { * false - not inverted, true - inverted * @strobe: false - data/clock, true - data/strobe * @lane_polarity: the polarities of the clock (index 0) and data lanes - index (1) + * index (1) * @data_lane: the number of the data lane * @clock_lane: the number of the clock lane */ |