Messages in this thread Patch in this message |  | | From | Mauro Carvalho Chehab <> | Subject | [PATCH 5/9] media: v4l2-subdev.rst: get rid of a duplicatd kernel-doc markup | Date | Wed, 30 Sep 2020 08:35:58 +0200 |
| |
There are two kernel-doc markups for include/media/v4l2-async.h, one at v4l2-async.rst and another one at v4l2-subdev.rst.
Sphinx 3.x checks it and complains for duplicated symbols.
So, get rid of one of them.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> --- Documentation/driver-api/media/v4l2-subdev.rst | 2 -- 1 file changed, 2 deletions(-)
diff --git a/Documentation/driver-api/media/v4l2-subdev.rst b/Documentation/driver-api/media/v4l2-subdev.rst index d3e0fd6652b0..6248ea99e979 100644 --- a/Documentation/driver-api/media/v4l2-subdev.rst +++ b/Documentation/driver-api/media/v4l2-subdev.rst @@ -495,5 +495,3 @@ V4L2 sub-device functions and data structures --------------------------------------------- .. kernel-doc:: include/media/v4l2-subdev.h - -.. kernel-doc:: include/media/v4l2-async.h -- 2.26.2
|  |