diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-06-16 08:55:10 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-06-17 13:22:33 -0600 |
commit | 570eb861243c07f2c3923af428ed20cd3f9d0a29 (patch) | |
tree | cfb2e9996397e6ffed252c163bd9101e44919bb0 /Documentation | |
parent | f40c2a25b9c33b08ad2098f64b7d1cbaa3daab9f (diff) | |
download | linux-riscv-570eb861243c07f2c3923af428ed20cd3f9d0a29.tar.gz linux-riscv-570eb861243c07f2c3923af428ed20cd3f9d0a29.tar.bz2 linux-riscv-570eb861243c07f2c3923af428ed20cd3f9d0a29.zip |
docs: usb: replace some characters
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+feff (''): BOM
as it is not needed on UTF-8
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/0a4b0c38a9cd1133402a04a7ff60fefd9682d42e.1623826294.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/usb/ehci.rst | 2 | ||||
-rw-r--r-- | Documentation/usb/gadget_printer.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/usb/ehci.rst b/Documentation/usb/ehci.rst index 31f650e7c1b4..76190501907a 100644 --- a/Documentation/usb/ehci.rst +++ b/Documentation/usb/ehci.rst @@ -1,4 +1,4 @@ -=========== +=========== EHCI driver =========== diff --git a/Documentation/usb/gadget_printer.rst b/Documentation/usb/gadget_printer.rst index 5e5516c69075..e611a6d91093 100644 --- a/Documentation/usb/gadget_printer.rst +++ b/Documentation/usb/gadget_printer.rst @@ -1,4 +1,4 @@ -=============================== +=============================== Linux USB Printer Gadget Driver =============================== |