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>
Thu, 22 Jul 2021 02:54:21 +0000 (19:54 -0700)
commit758f74674bcb82e1ed1a0b5a56980f295183b546
tree725931b76d32e525d4641bfeee908b25f97cc48b
parente73f0f0ee7541171d89f2e2491130c7771ba58d3
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