OSDN Git Service

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)
commit511c537bb5647662ff7df7a41180a1721c078720
tree6c9d1576c01a228cb6713a02b56027c8411a5f27
parent15efff76491edd31f57eb3358d80868747d1397e
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