2019-08-08 16:52:07

by J. Neuschäfer

[permalink] [raw]
Subject: [PATCH] Documentation/arm/samsung-s3c24xx: Remove stray U+FEFF character to fix title

It seems a UTF-8 byte order mark (the least useful kind of BOM...) snuck
into the file and broke Sphinx's detection of the title line.

Besides making arm/samsung-s3c24xx/index.html look a little better, this
patch also confines the non-index pages in arm/samsung-s3c24xx to their
own table of contents.

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
Documentation/arm/samsung-s3c24xx/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/arm/samsung-s3c24xx/index.rst b/Documentation/arm/samsung-s3c24xx/index.rst
index 5b8a7f9398d8..ccb951a0bedb 100644
--- a/Documentation/arm/samsung-s3c24xx/index.rst
+++ b/Documentation/arm/samsung-s3c24xx/index.rst
@@ -1,6 +1,6 @@
.. SPDX-License-Identifier: GPL-2.0

-==========================
+==========================
Samsung S3C24XX SoC Family
==========================

--
2.20.1


2019-08-12 21:28:40

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] Documentation/arm/samsung-s3c24xx: Remove stray U+FEFF character to fix title

On Thu, 8 Aug 2019 18:48:09 +0200
Jonathan Neuschäfer <[email protected]> wrote:

> It seems a UTF-8 byte order mark (the least useful kind of BOM...) snuck
> into the file and broke Sphinx's detection of the title line.
>
> Besides making arm/samsung-s3c24xx/index.html look a little better, this
> patch also confines the non-index pages in arm/samsung-s3c24xx to their
> own table of contents.
>
> Signed-off-by: Jonathan Neuschäfer <[email protected]>

Applied, thanks.

jon