]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netfs: fix documentation build error
authorJonathan Corbet <corbet@lwn.net>
Mon, 7 Oct 2024 17:04:57 +0000 (11:04 -0600)
committerChristian Brauner <brauner@kernel.org>
Tue, 8 Oct 2024 08:39:38 +0000 (10:39 +0200)
commit368196e5019464c7bf81c797a415d09e53f5792a
treecd1a4ca6af319445b1e861d3a719452fbdbc814f
parent796a4049640b54cb1daf9e7fe543292c5ca02c74
netfs: fix documentation build error

Commit 86b374d061ee ("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: 86b374d061ee ("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>
Documentation/filesystems/netfs_library.rst