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 5/7] docs: Do not include from drivers/scsi/constants.c
Date: Mon, 17 Jul 2017 15:00:46 -0600	[thread overview]
Message-ID: <20170717210048.16400-6-corbet@lwn.net> (raw)
In-Reply-To: <20170717210048.16400-1-corbet@lwn.net>

The only function of interest in that file was scsi_print_status().  That
function was removed in commit 7ac7076344d9 (scsi: remove
scsi_print_status()) but the docs were not changed to match, yielding this
warning:

    ./drivers/scsi/constants.c:1: warning: no structured comments found

There's nothing there anymore, so just remove that section from the docs.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
---
 Documentation/driver-api/scsi.rst | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/Documentation/driver-api/scsi.rst b/Documentation/driver-api/scsi.rst
index 859fb672319f..5a2aa7a377d9 100644
--- a/Documentation/driver-api/scsi.rst
+++ b/Documentation/driver-api/scsi.rst
@@ -224,14 +224,6 @@ mid to lowlevel SCSI driver interface
 .. kernel-doc:: drivers/scsi/hosts.c
    :export:
 
-drivers/scsi/constants.c
-~~~~~~~~~~~~~~~~~~~~~~~~
-
-mid to lowlevel SCSI driver interface
-
-.. kernel-doc:: drivers/scsi/constants.c
-   :export:
-
 Transport classes
 -----------------
 
-- 
2.9.4

  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 ` 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-17 21:00   ` 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-6-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.