[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200320094318.7390e5e5@lwn.net>
Date: Fri, 20 Mar 2020 09:43:18 -0600
From: Jonathan Corbet <corbet@....net>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
Linux Doc Mailing List <linux-doc@...r.kernel.org>,
linux-kernel@...r.kernel.org, Ingo Molnar <mingo@...hat.com>,
Peter Zijlstra <peterz@...radead.org>,
Darren Hart <dvhart@...radead.org>
Subject: Re: [PATCH 04/17] kernel: futex.c: get rid of a docs build warning
On Fri, 20 Mar 2020 16:28:23 +0100
Thomas Gleixner <tglx@...utronix.de> 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
Powered by blists - more mailing lists