linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Docs/kernel-api.rst: Remove removed blk-tag.c reference
@ 2019-01-02  0:40 Marcos Paulo de Souza
  2019-01-02  0:50 ` Marcos Paulo de Souza
  2019-01-03 16:18 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Marcos Paulo de Souza @ 2019-01-02  0:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Marcos Paulo de Souza, Jonathan Corbet, Andrew Morton,
	Randy Dunlap, Mike Rapoport, Matthew Wilcox, David S. Miller,
	open list:DOCUMENTATION

After 7ca01926463a, legacy rq tagging was removed, so block/blk-tag.c
does not exists anymore. When generating pdfdocs, sphinx complains about
this missing file:

Error: Cannot open file ./block/blk-tag.c
Error: Cannot open file ./block/blk-tag.c
Error: Cannot open file ./block/blk-tag.c
Error: Cannot open file ./block/blk-tag.c

So remove blk-tag.c traces from kernel-api.rst file to silence these
warnings.

Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
---
 Documentation/core-api/kernel-api.rst | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst
index 3431337ee4e6..cdd24943fbcc 100644
--- a/Documentation/core-api/kernel-api.rst
+++ b/Documentation/core-api/kernel-api.rst
@@ -291,12 +291,6 @@ Block Devices
 .. kernel-doc:: block/blk-lib.c
    :export:
 
-.. kernel-doc:: block/blk-tag.c
-   :export:
-
-.. kernel-doc:: block/blk-tag.c
-   :internal:
-
 .. kernel-doc:: block/blk-integrity.c
    :export:
 
-- 
2.16.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-03 16:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-02  0:40 [PATCH] Docs/kernel-api.rst: Remove removed blk-tag.c reference Marcos Paulo de Souza
2019-01-02  0:50 ` Marcos Paulo de Souza
2019-01-03 16:18 ` Jonathan Corbet

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).