Fix warning as: linux-next/Documentation/filesystems/netfs_library.rst:519: WARNING: Inline emphasis start-string without end-string. linux-next/Documentation/filesystems/netfs_library.rst:519: WARNING: Inline emphasis start-string without end-string. Signed-off-by: Yanteng Si <siyanteng@xxxxxxxxxxx> --- 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 732139d58e74..10d97b87de2a 100644 --- a/Documentation/filesystems/netfs_library.rst +++ b/Documentation/filesystems/netfs_library.rst @@ -518,7 +518,7 @@ The methods defined in the table are: [Required] Called to prepare a write to the cache to take place. This involves checking to see whether the cache has sufficient space to honour - the write. *_start and *_len indicate the region to be written; the region + the write. ``*_start`` and ``*_len`` indicate the region to be written; the region can be shrunk or it can be expanded to a page boundary either way as necessary to align for direct I/O. i_size holds the size of the object and is provided for reference. no_space_allocated_yet is set to true if the -- 2.27.0