]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: drop optional BOMs
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 6 May 2021 23:19:07 +0000 (16:19 -0700)
committerJonathan Corbet <corbet@lwn.net>
Mon, 10 May 2021 21:17:34 +0000 (15:17 -0600)
commitc299612bab0c9102719945b5cfac515f96abf84f
tree334b628d5fbdb2f419fee50350dc2d2a0df343cb
parent726474ed8b6cb0a2165bb8453e9de73734fb9264
Documentation: drop optional BOMs

A few of the Documentation .rst files begin with a Unicode
byte order mark (BOM). The BOM may signify endianess for
16-bit or 32-bit encodings or indicate that the text stream
is indeed Unicode. We don't need it for either of those uses.
It may also interfere with (confuse) some software.

Since we don't need it and its use is optional, just delete
the uses of it in Documentation/.

https://en.wikipedia.org/wiki/Byte_order_mark

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Link: https://lore.kernel.org/r/20210506231907.14359-1-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/block/data-integrity.rst
Documentation/process/kernel-enforcement-statement.rst
Documentation/security/tpm/xen-tpmfront.rst
Documentation/timers/no_hz.rst
Documentation/usb/mtouchusb.rst
Documentation/usb/usb-serial.rst