All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net] docs: net: ena: Fix ena_start_xmit() function name typo
@ 2021-03-16  3:27 Zenghui Yu
  2021-03-16  8:07 ` Shay Agroskin
  2021-03-16 22:10 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Zenghui Yu @ 2021-03-16  3:27 UTC (permalink / raw)
  To: netdev, davem, kuba
  Cc: linux-doc, linux-kernel, netanel, akiyano, gtzalik, saeedb,
	corbet, wanghaibin.wang, Zenghui Yu

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
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net] docs: net: ena: Fix ena_start_xmit() function name typo
  2021-03-16  3:27 [PATCH net] docs: net: ena: Fix ena_start_xmit() function name typo Zenghui Yu
@ 2021-03-16  8:07 ` Shay Agroskin
  2021-03-16 22:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Shay Agroskin @ 2021-03-16  8:07 UTC (permalink / raw)
  To: Zenghui Yu
  Cc: netdev, davem, kuba, linux-doc, linux-kernel, netanel, akiyano,
	gtzalik, saeedb, corbet, wanghaibin.wang


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net] docs: net: ena: Fix ena_start_xmit() function name typo
  2021-03-16  3:27 [PATCH net] docs: net: ena: Fix ena_start_xmit() function name typo Zenghui Yu
  2021-03-16  8:07 ` Shay Agroskin
@ 2021-03-16 22:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-03-16 22:10 UTC (permalink / raw)
  To: Zenghui Yu
  Cc: netdev, davem, kuba, linux-doc, linux-kernel, netanel, akiyano,
	gtzalik, saeedb, corbet, wanghaibin.wang

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-16 22:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16  3:27 [PATCH net] docs: net: ena: Fix ena_start_xmit() function name typo Zenghui Yu
2021-03-16  8:07 ` Shay Agroskin
2021-03-16 22:10 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.