All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Corbet <corbet@lwn.net>
To: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Jonathan Corbet <corbet@lwn.net>
Subject: [PATCH 6/7] docs: Do not include from include/drm/drm_color_mgmt.h
Date: Mon, 17 Jul 2017 15:00:47 -0600	[thread overview]
Message-ID: <20170717210048.16400-7-corbet@lwn.net> (raw)
In-Reply-To: <20170717210048.16400-1-corbet@lwn.net>

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@lists.freedesktop.org
Signed-off-by: Jonathan Corbet <corbet@lwn.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

WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Corbet <corbet@lwn.net>
To: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Jonathan Corbet <corbet@lwn.net>
Subject: [PATCH 6/7] docs: Do not include from include/drm/drm_color_mgmt.h
Date: Mon, 17 Jul 2017 15:00:47 -0600	[thread overview]
Message-ID: <20170717210048.16400-7-corbet@lwn.net> (raw)
In-Reply-To: <20170717210048.16400-1-corbet@lwn.net>

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@lists.freedesktop.org
Signed-off-by: Jonathan Corbet <corbet@lwn.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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2017-07-17 21:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-17 21:00 [PATCH 0/7] Documentation warning reduction Jonathan Corbet
2017-07-17 21:00 ` [PATCH 1/7] docs: Get module_init() docs from module.h Jonathan Corbet
2017-07-17 21:00   ` Jonathan Corbet
2017-07-17 21:00 ` [PATCH 2/7] docs: Do not include kerneldoc comments from kernel/sys.c Jonathan Corbet
2017-07-17 21:00   ` Jonathan Corbet
2017-07-17 21:00 ` [PATCH 3/7] docs: Do not include from .../seqno-fence.c Jonathan Corbet
2017-07-17 21:00   ` Jonathan Corbet
2017-07-17 21:00 ` [PATCH 4/7] docs: Get the struct cmbdata kernel doc from the right file Jonathan Corbet
2017-07-17 21:00   ` Jonathan Corbet
2017-07-17 21:00 ` [PATCH 5/7] docs: Do not include from drivers/scsi/constants.c Jonathan Corbet
2017-07-17 21:00 ` Jonathan Corbet [this message]
2017-07-17 21:00   ` [PATCH 6/7] docs: Do not include from include/drm/drm_color_mgmt.h Jonathan Corbet
2017-07-18  6:42   ` Daniel Vetter
2017-07-18 13:09     ` Jonathan Corbet
2017-07-17 21:00 ` [PATCH 7/7] docs: Use :internal: for include/drm/drm_syncobj.h Jonathan Corbet
2017-07-17 21:00   ` Jonathan Corbet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170717210048.16400-7-corbet@lwn.net \
    --to=corbet@lwn.net \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.