Skip to content

Commit 368196e

Browse files
Jonathan Corbetbrauner
authored andcommitted
netfs: fix documentation build error
Commit 86b374d ("netfs: Remove fs/netfs/io.c") did what it said on the tin, but failed to remove the reference to fs/netfs/io.c from the documentation, leading to this docs build error: WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -sphinx-version 7.3.7 ./fs/netfs/io.c' failed with return code 1 Remove the offending kernel-doc line, making the docs build process a little happier. Fixes: 86b374d ("netfs: Remove fs/netfs/io.c") Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/874j5nlu86.fsf@trenco.lwn.net Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent 796a404 commit 368196e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Documentation/filesystems/netfs_library.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,4 +592,3 @@ API Function Reference
592592

593593
.. kernel-doc:: include/linux/netfs.h
594594
.. kernel-doc:: fs/netfs/buffered_read.c
595-
.. kernel-doc:: fs/netfs/io.c

0 commit comments

Comments
 (0)