Re: [PATCH 04/17] kernel: futex.c: get rid of a docs build warning

From: Jonathan Corbet
Date: Fri Mar 20 2020 - 11:43:22 EST


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