Skip to content

Commit

Permalink
docs: net: ena: Fix ena_start_xmit() function name typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Zenghui Yu authored and David S. Miller committed Mar 16, 2021
1 parent 81f711d commit 8a4452c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a4452c

Please sign in to comment.