On Fri, 20 Mar 2020 16:28:23 +0100 Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote: > > * For shared mappings (when @fshared), the key is: > > - * ( inode->i_sequence, page->index, offset_within_page ) > > + * ( inode->i_sequence, page->index, offset_within_page ) > > Sigh. Is there no better way to make this look sane both in the file and > in the docs? I'd do: * For shared mappings (when @fshared), the key is:: * * ( inode->i_sequence, page->index, offset_within_page ) * jon