]> www.infradead.org Git - users/jedix/linux-maple.git/commit
docs: driver-api: fpga: avoid using UTF-8 chars
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 10 May 2021 10:26:25 +0000 (12:26 +0200)
committerMoritz Fischer <mdf@kernel.org>
Mon, 10 May 2021 17:47:24 +0000 (10:47 -0700)
commitded39fc4a5b4ecba82e610d80ef86326b67741dd
tree67294e91ef75f6a37671632ee0e3d89364bb1966
parent6efb943b8616ec53a5e444193dccf1af9ad627b5
docs: driver-api: fpga: avoid using UTF-8 chars

While UTF-8 characters can be used at the Linux documentation,
the best is to use them only when ASCII doesn't offer a good replacement.
So, replace the occurences of the following UTF-8 characters:

- U+2014 ('—'): EM DASH

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
Documentation/driver-api/fpga/fpga-bridge.rst
Documentation/driver-api/fpga/fpga-mgr.rst
Documentation/driver-api/fpga/fpga-programming.rst
Documentation/driver-api/fpga/fpga-region.rst