diff mbox series

[next] sfc: Fix spelling mistake "creationg" -> "creating"

Message ID 20230217092528.576105-1-colin.i.king@gmail.com (mailing list archive)
State Accepted
Commit 0d39ad3e1b045ca1600169ca8de1267ab4ae1a81
Delegated to: Netdev Maintainers
Headers show
Series [next] sfc: Fix spelling mistake "creationg" -> "creating" | expand

Checks

Context Check Description
netdev/tree_selection success Guessed tree name to be net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/subject_prefix warning Target tree name not specified in the subject
netdev/cover_letter success Single patches do not need cover letters
netdev/patch_count success Link
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers success CCed 7 of 7 maintainers
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/module_param success Was 0 now: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Colin Ian King Feb. 17, 2023, 9:25 a.m. UTC
There is a spelling mistake in a pci_warn message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/net/ethernet/sfc/efx_devlink.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lucero Palau, Alejandro Feb. 17, 2023, 2:29 p.m. UTC | #1
On 2/17/23 09:25, Colin Ian King wrote:
> CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email.
>
>
> There is a spelling mistake in a pci_warn message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>   drivers/net/ethernet/sfc/efx_devlink.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/sfc/efx_devlink.c b/drivers/net/ethernet/sfc/efx_devlink.c
> index d2eb6712ba35..52fe2b2658f3 100644
> --- a/drivers/net/ethernet/sfc/efx_devlink.cAlejandro Lucero<alejandro.lucero-palau@amd.com>
> +++ b/drivers/net/ethernet/sfc/efx_devlink.c
> @@ -655,7 +655,7 @@ static struct devlink_port *ef100_set_devlink_port(struct efx_nic *efx, u32 idx)
>                                   "devlink port creation for PF failed.\n");
>                  else
>                          pci_warn(efx->pci_dev,
> -                                "devlink_port creationg for VF %u failed.\n",
> +                                "devlink_port creation for VF %u failed.\n",

The patch subject does not match the changed word. Creation is the 
right one.

If you fix it you can add:

Reviewed-by:  Alejandro Lucero <alejandro.lucero-palau@amd.com>

>                                   idx);
>                  return NULL;
>          }
> --
> 2.30.2
>
patchwork-bot+netdevbpf@kernel.org Feb. 20, 2023, 10:50 a.m. UTC | #2
Hello:

This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri, 17 Feb 2023 09:25:28 +0000 you wrote:
> There is a spelling mistake in a pci_warn message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/net/ethernet/sfc/efx_devlink.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [next] sfc: Fix spelling mistake "creationg" -> "creating"
    https://git.kernel.org/netdev/net-next/c/0d39ad3e1b04

You are awesome, thank you!
diff mbox series

Patch

diff --git a/drivers/net/ethernet/sfc/efx_devlink.c b/drivers/net/ethernet/sfc/efx_devlink.c
index d2eb6712ba35..52fe2b2658f3 100644
--- a/drivers/net/ethernet/sfc/efx_devlink.c
+++ b/drivers/net/ethernet/sfc/efx_devlink.c
@@ -655,7 +655,7 @@  static struct devlink_port *ef100_set_devlink_port(struct efx_nic *efx, u32 idx)
 				 "devlink port creation for PF failed.\n");
 		else
 			pci_warn(efx->pci_dev,
-				 "devlink_port creationg for VF %u failed.\n",
+				 "devlink_port creation for VF %u failed.\n",
 				 idx);
 		return NULL;
 	}