Commit 8a4452ca authored by Zenghui Yu's avatar Zenghui Yu Committed by David S. Miller

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: default avatarZenghui Yu <yuzenghui@huawei.com>
Acked-by: default avatarShay Agroskin <shayagr@amazon.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 81f711d6
...@@ -267,7 +267,7 @@ DATA PATH ...@@ -267,7 +267,7 @@ DATA PATH
Tx 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). - Maps data buffers (skb->data and frags).
- Populates ena_buf for the push buffer (if the driver and device are - Populates ena_buf for the push buffer (if the driver and device are
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment