Re: [PATCH] doc: fix filesystems/porting.rst whitespace

From: Tycho Andersen
Date: Tue Feb 25 2020 - 11:59:55 EST


On Tue, Feb 25, 2020 at 03:20:28AM -0700, Jonathan Corbet wrote:
> On Thu, 20 Feb 2020 14:40:09 -0700
> Tycho Andersen <tycho@xxxxxxxx> wrote:
>
> > If we start with spaces instead of tabs, rst seems to get confused and
> > italicize some things (presumably because of the `*'s).
> >
> > Instead, let's switch to using leading tabs as we do elsewhere in the file.
> >
> > Signed-off-by: Tycho Andersen <tycho@xxxxxxxx>
> > ---
> > Documentation/filesystems/porting.rst | 21 +++++++++++----------
> > 1 file changed, 11 insertions(+), 10 deletions(-)
>
> So I don't see that problem in my builds, and it doesn't show in the
> version on kernel.org either. What version of sphinx are you running?

It's actually the default vim syntax highlighter that gets confused in
my case,

VIM - Vi IMproved 8.1 (2018 May 18, compiled Sep 05 2019 11:15:15)
Included patches: 1-875, 878, 884, 948, 1046, 1365-1368, 1382, 1401

Tycho