diff options
author | Zenghui Yu <yuzenghui@huawei.com> | 2021-03-16 04:27:37 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-16 23:06:04 +0100 |
commit | 8a4452ca29f9dc6a65e45a38c96af83b8ecb27fc (patch) | |
tree | df137513df080c23cf27932de14d0e595e35e6aa /Documentation/networking | |
parent | selftests/net: fix warnings on reuseaddr_ports_exhausted (diff) | |
download | linux-8a4452ca29f9dc6a65e45a38c96af83b8ecb27fc.tar.xz linux-8a4452ca29f9dc6a65e45a38c96af83b8ecb27fc.zip |
docs: net: ena: Fix ena_start_xmit() function name typo
The ena.rst documentation referred to end_start_xmit() when it should refer
to ena_start_xmit(). Fix the typo.
Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Acked-by: Shay Agroskin <shayagr@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/device_drivers/ethernet/amazon/ena.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/device_drivers/ethernet/amazon/ena.rst b/Documentation/networking/device_drivers/ethernet/amazon/ena.rst index 3561a8a29fd2..f8c6469f2bd2 100644 --- a/Documentation/networking/device_drivers/ethernet/amazon/ena.rst +++ b/Documentation/networking/device_drivers/ethernet/amazon/ena.rst @@ -267,7 +267,7 @@ DATA PATH Tx -- -end_start_xmit() is called by the stack. This function does the following: +ena_start_xmit() is called by the stack. This function does the following: - Maps data buffers (skb->data and frags). - Populates ena_buf for the push buffer (if the driver and device are |