]> 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)
commit698fd8045d03dd570129b9e0b2e0b81b2de869df
tree6c9d1576c01a228cb6713a02b56027c8411a5f27
parent4f09deeb55e70c171453970283bc663a38e10408
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