diff mbox series

[net] docs: net: ena: Fix ena_start_xmit() function name typo

Message ID 20210316032737.1429-1-yuzenghui@huawei.com (mailing list archive)
State Accepted
Commit 8a4452ca29f9dc6a65e45a38c96af83b8ecb27fc
Delegated to: Netdev Maintainers
Headers show
Series [net] docs: net: ena: Fix ena_start_xmit() function name typo | expand

Checks

Context Check Description
netdev/cover_letter success Link
netdev/fixes_present success No Fixes tags, but series doesn't touch code
netdev/patch_count success Link
netdev/tree_selection success Clearly marked for net
netdev/subject_prefix success Link
netdev/cc_maintainers success CCed 9 of 9 maintainers
netdev/source_inline success Was 0 now: 0
netdev/verify_signedoff success Link
netdev/module_param success Was 0 now: 0
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/verify_fixes success Link
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/header_inline success Link

Commit Message

Zenghui Yu March 16, 2021, 3:27 a.m. UTC
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>
---
 Documentation/networking/device_drivers/ethernet/amazon/ena.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shay Agroskin March 16, 2021, 8:07 a.m. UTC | #1
Zenghui Yu <yuzenghui@huawei.com> writes:

> 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>
> ---
>  Documentation/networking/device_drivers/ethernet/amazon/ena.rst 
>  | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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

Acked-by: Shay Agroskin <shayagr@amazon.com>

Thanks for this fix
patchwork-bot+netdevbpf@kernel.org March 16, 2021, 10:10 p.m. UTC | #2
Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Tue, 16 Mar 2021 11:27:37 +0800 you wrote:
> 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>
> ---
>  Documentation/networking/device_drivers/ethernet/amazon/ena.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [net] docs: net: ena: Fix ena_start_xmit() function name typo
    https://git.kernel.org/netdev/net/c/8a4452ca29f9

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

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