Re: [PATCH v3 12/16] docs: PCI: acpi-info.rst: replace some characters

From: Mauro Carvalho Chehab
Date: Wed Jun 16 2021 - 02:51:11 EST


Em Wed, 19 May 2021 16:47:31 -0500
Bjorn Helgaas <helgaas@xxxxxxxxxx> escreveu:

> On Sun, May 16, 2021 at 12:18:29PM +0200, Mauro Carvalho Chehab wrote:
> > The conversion tools used during DocBook/LaTeX/html/Markdown->ReST
> > conversion and some cut-and-pasted text contain some characters that
> > aren't easily reachable on standard keyboards and/or could cause
> > troubles when parsed by the documentation build system.
> >
> > Replace the occurences of the following characters:
> >
> > - U+00a0 (' '): NO-BREAK SPACE
> > as it can cause lines being truncated on PDF output
> >
> > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
>
> Apparently you missed
> https://lore.kernel.org/r/20210512212938.GA2516413@bjorn-Precision-5520
> where I pointed out a couple issues (3 spaces after period in first
> hunk, extra whitespace at end of "know about it." hunk) and added my
> ack.
>
> The subject line would be more useful as:
>
> docs: PCI: Replace non-breaking spaces to avoid PDF issues
>
> It's fine to defer those issues if you want,

Yeah, I opted to separate the changes into parts. This one is focused
on problematic chars that could lead into output issues.

Once those get merged, I'll submit a separate one with things like curly
commas and dashes, as a couple of maintainers seem to have different
opinions about that.

> but this is still:
>
> Acked-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>

Thanks!

Regards,
Mauro