linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] netfs: rename read_helper.c to io.c in netfs_library.rst
@ 2022-03-04  6:25 Wan Jiabing
  2022-03-04 11:29 ` David Howells
  0 siblings, 1 reply; 2+ messages in thread
From: Wan Jiabing @ 2022-03-04  6:25 UTC (permalink / raw)
  To: Jonathan Corbet, David Howells, Jeff Layton, Wan Jiabing,
	Mike Rapoport, Rohith Surabattula, Matthew Wilcox (Oracle),
	linux-doc, linux-kernel
  Cc: kael_w

Fix following 'make htmldocs' error:
Error: Cannot open file ./fs/netfs/read_helper.c
WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno
-sphinx-version 2.4.4 ./fs/netfs/read_helper.c' failed with return code 1

Fixes: ad9e5adb388f ("netfs: Rename rename read_helper.c to io.c")
Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 Documentation/filesystems/netfs_library.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/filesystems/netfs_library.rst b/Documentation/filesystems/netfs_library.rst
index 5e1b25349c41..d3123348d2a2 100644
--- a/Documentation/filesystems/netfs_library.rst
+++ b/Documentation/filesystems/netfs_library.rst
@@ -562,4 +562,4 @@ API Function Reference
 ======================
 
 .. kernel-doc:: include/linux/netfs.h
-.. kernel-doc:: fs/netfs/read_helper.c
+.. kernel-doc:: fs/netfs/io.c
-- 
2.35.1


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

* Re: [PATCH] netfs: rename read_helper.c to io.c in netfs_library.rst
  2022-03-04  6:25 [PATCH] netfs: rename read_helper.c to io.c in netfs_library.rst Wan Jiabing
@ 2022-03-04 11:29 ` David Howells
  0 siblings, 0 replies; 2+ messages in thread
From: David Howells @ 2022-03-04 11:29 UTC (permalink / raw)
  To: Wan Jiabing
  Cc: dhowells, Jonathan Corbet, Jeff Layton, Mike Rapoport,
	Rohith Surabattula, Matthew Wilcox (Oracle), linux-doc,
	linux-kernel, kael_w

Wan Jiabing <wanjiabing@vivo.com> wrote:

> -.. kernel-doc:: fs/netfs/read_helper.c
> +.. kernel-doc:: fs/netfs/io.c

Already done, thanks.

David


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

end of thread, other threads:[~2022-03-04 11:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-04  6:25 [PATCH] netfs: rename read_helper.c to io.c in netfs_library.rst Wan Jiabing
2022-03-04 11:29 ` David Howells

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