]> git.baikalelectronics.ru Git - kernel.git/commit
net: ena: fix RST format in ENA documentation file
authorShay Agroskin <shayagr@amazon.com>
Tue, 8 Jun 2021 16:01:15 +0000 (19:01 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jun 2021 21:41:09 +0000 (14:41 -0700)
commitff383893a2bd64e76cdf05d791f0479e789fa554
tree6c9d1576c01a228cb6713a02b56027c8411a5f27
parent7beac7d3c7dac647b160724951e78e6c38f3c9e7
net: ena: fix RST format in ENA documentation file

The documentation file used to be written in markdown format but was
converted to reStructuredText (rst).

The converted file doesn't keep up with rst format requirements which
results in hard-to-read text.

This patch fixes the formatting of the file. The patch also
* Highlights and emphasizes some lines to improve readability
* Rephrases some hard-to-understand text
* Updates outdated function descriptions.
* Removes TSO description which falsely claims the driver supports it

Signed-off-by: Shay Agroskin <shayagr@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/device_drivers/ethernet/amazon/ena.rst