Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > Documentation/filesystems/netfs_library.rst:518: WARNING: Inline emphasis start-string without end-string. > Documentation/filesystems/netfs_library.rst:518: WARNING: Inline emphasis start-string without end-string. Ah... I worked out what that's about. It's not actually on the line specified, but rather later in the same paragraph: the write. *_start and *_len indicate the region to be written; the region with the two asterisks. I guess wrapping them like: the write. ``*_start`` and ``*_len`` indicate the region to be written; the might be the right thing to do. David