diff mbox series

sfc-falcon: Fix a typo

Message ID 20210324075204.29645-1-unixbhaskar@gmail.com (mailing list archive)
State Accepted
Commit bef32aa8e412b2495503134a3c02139151b3ebfc
Delegated to: Netdev Maintainers
Headers show
Series sfc-falcon: Fix a typo | expand

Checks

Context Check Description
netdev/cover_letter success Link
netdev/fixes_present success Link
netdev/patch_count success Link
netdev/tree_selection success Guessed tree name to be net-next
netdev/subject_prefix warning Target tree name not specified in the subject
netdev/cc_maintainers success CCed 6 of 6 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: 34 this patch: 34
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

Bhaskar Chowdhury March 24, 2021, 7:52 a.m. UTC
s/maintaning/maintaining/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/net/ethernet/sfc/falcon/net_driver.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.30.1

Comments

Randy Dunlap March 24, 2021, 5:47 p.m. UTC | #1
On 3/24/21 12:52 AM, Bhaskar Chowdhury wrote:
> 
> s/maintaning/maintaining/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  drivers/net/ethernet/sfc/falcon/net_driver.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/sfc/falcon/net_driver.h b/drivers/net/ethernet/sfc/falcon/net_driver.h
> index a529ff395ead..a381cf9ec4f3 100644
> --- a/drivers/net/ethernet/sfc/falcon/net_driver.h
> +++ b/drivers/net/ethernet/sfc/falcon/net_driver.h
> @@ -637,7 +637,7 @@ union ef4_multicast_hash {
>   * struct ef4_nic - an Efx NIC
>   * @name: Device name (net device name or bus id before net device registered)
>   * @pci_dev: The PCI device
> - * @node: List node for maintaning primary/secondary function lists
> + * @node: List node for maintaining primary/secondary function lists
>   * @primary: &struct ef4_nic instance for the primary function of this
>   *	controller.  May be the same structure, and may be %NULL if no
>   *	primary function is bound.  Serialised by rtnl_lock.
> --
patchwork-bot+netdevbpf@kernel.org March 24, 2021, 10:20 p.m. UTC | #2
Hello:

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

On Wed, 24 Mar 2021 13:22:04 +0530 you wrote:
> s/maintaning/maintaining/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  drivers/net/ethernet/sfc/falcon/net_driver.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> [...]

Here is the summary with links:
  - sfc-falcon: Fix a typo
    https://git.kernel.org/netdev/net-next/c/bef32aa8e412

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/drivers/net/ethernet/sfc/falcon/net_driver.h b/drivers/net/ethernet/sfc/falcon/net_driver.h
index a529ff395ead..a381cf9ec4f3 100644
--- a/drivers/net/ethernet/sfc/falcon/net_driver.h
+++ b/drivers/net/ethernet/sfc/falcon/net_driver.h
@@ -637,7 +637,7 @@  union ef4_multicast_hash {
  * struct ef4_nic - an Efx NIC
  * @name: Device name (net device name or bus id before net device registered)
  * @pci_dev: The PCI device
- * @node: List node for maintaning primary/secondary function lists
+ * @node: List node for maintaining primary/secondary function lists
  * @primary: &struct ef4_nic instance for the primary function of this
  *	controller.  May be the same structure, and may be %NULL if no
  *	primary function is bound.  Serialised by rtnl_lock.