dri-devel.lists.freedesktop.org archive mirror
 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 1/7] docs: Get module_init() docs from module.h
Date: Mon, 17 Jul 2017 15:00:42 -0600	[thread overview]
Message-ID: <20170717210048.16400-2-corbet@lwn.net> (raw)
In-Reply-To: <20170717210048.16400-1-corbet@lwn.net>

The docs build complains:

    ./include/linux/init.h:1: warning: no structured comments found

The problem is that the comments in question were moved to module.h in
commit 0fd972a7d91d (module: relocate module_init from init.h to
module.h).  Fix basics.rst to match.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
---
 Documentation/driver-api/basics.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/basics.rst b/Documentation/driver-api/basics.rst
index ab82250c7727..cbfb5a825077 100644
--- a/Documentation/driver-api/basics.rst
+++ b/Documentation/driver-api/basics.rst
@@ -4,7 +4,7 @@ Driver Basics
 Driver Entry and Exit points
 ----------------------------
 
-.. kernel-doc:: include/linux/init.h
+.. kernel-doc:: include/linux/module.h
    :internal:
 
 Driver device table
-- 
2.9.4

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

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

Thread overview: 10+ 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 ` Jonathan Corbet [this message]
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 ` [PATCH 3/7] docs: Do not include from .../seqno-fence.c 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 ` [PATCH 5/7] docs: Do not include from drivers/scsi/constants.c Jonathan Corbet
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

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-2-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).