[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220304062526.336853-1-wanjiabing@vivo.com>
Date: Fri, 4 Mar 2022 14:25:21 +0800
From: Wan Jiabing <wanjiabing@...o.com>
To: Jonathan Corbet <corbet@....net>,
David Howells <dhowells@...hat.com>,
Jeff Layton <jlayton@...nel.org>,
Wan Jiabing <wanjiabing@...o.com>,
Mike Rapoport <rppt@...nel.org>,
Rohith Surabattula <rohiths@...rosoft.com>,
"Matthew Wilcox (Oracle)" <willy@...radead.org>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: kael_w@...com
Subject: [PATCH] netfs: rename read_helper.c to io.c in netfs_library.rst
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@...o.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
Powered by blists - more mailing lists