docs: networking: device_drivers: fix bad usage of UTF-8 chars
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 11 May 2021 15:01:32 +0000 (17:01 +0200)
committerJonathan Corbet <corbet@lwn.net>
Tue, 11 May 2021 17:00:18 +0000 (11:00 -0600)
commit5e716ec68b4a75a84e28c0efa68db613deb64981
tree9a6c89cc06f389266bc15eae68287971cd7e3962
parentd1f2722d5357d7a5138b1be8bd64946f0a14c81e
docs: networking: device_drivers: fix bad usage of UTF-8 chars

Probably because the original file was pre-processed by some
tool, both i40e.rst and iavf.rst files are using this character:

- U+2013 ('–'): EN DASH

meaning an hyphen when calling a command line application, which
is obviously wrong. So, replace them by an hyphen, ensuring
that it will be properly displayed as literals when building
the documentation.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/95eb2a48d0ca3528780ce0dfce64359977fa8cb3.1620744606.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/networking/device_drivers/ethernet/intel/i40e.rst
Documentation/networking/device_drivers/ethernet/intel/iavf.rst