From: Mauro Carvalho Chehab Date: Mon, 28 Sep 2020 14:21:00 +0000 (+0200) Subject: media: v4l2-subdev.rst: get rid of a duplicatd kernel-doc markup X-Git-Tag: v5.10-rc1~175^2~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=181220d469fe8f8c838d2f9d08fe05529fe6f440;p=thirdparty%2Fkernel%2Flinux.git media: v4l2-subdev.rst: get rid of a duplicatd kernel-doc markup 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 --- diff --git a/Documentation/driver-api/media/v4l2-subdev.rst b/Documentation/driver-api/media/v4l2-subdev.rst index d3e0fd6652b0d..6248ea99e9791 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