[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170717210048.16400-7-corbet@lwn.net>
Date: Mon, 17 Jul 2017 15:00:47 -0600
From: Jonathan Corbet <corbet@....net>
To: linux-doc@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, dri-devel@...ts.freedesktop.org,
Jonathan Corbet <corbet@....net>
Subject: [PATCH 6/7] docs: Do not include from include/drm/drm_color_mgmt.h
Commit 8f2e045ec878 (drm/color: un-inline drm_color_lut_extract()) moved
the only kerneldoc comment out of include/drm/drm_color_mgmt.h, leading to
this warning:
./include/drm/drm_color_mgmt.h:1: warning: no structured comments found
That comment is already picked up in drm_color_mgmt.c, so just delete the
directive.
CC: dri-devel@...ts.freedesktop.org
Signed-off-by: Jonathan Corbet <corbet@....net>
---
Documentation/gpu/drm-kms.rst | 3 ---
1 file changed, 3 deletions(-)
diff --git a/Documentation/gpu/drm-kms.rst b/Documentation/gpu/drm-kms.rst
index 2d77c9580164..0749000ab3d7 100644
--- a/Documentation/gpu/drm-kms.rst
+++ b/Documentation/gpu/drm-kms.rst
@@ -523,9 +523,6 @@ Color Management Properties
.. kernel-doc:: drivers/gpu/drm/drm_color_mgmt.c
:doc: overview
-.. kernel-doc:: include/drm/drm_color_mgmt.h
- :internal:
-
.. kernel-doc:: drivers/gpu/drm/drm_color_mgmt.c
:export:
--
2.9.4
Powered by blists - more mailing lists