linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] nfp: Fix spelling mistake "tha" -> "the"
@ 2022-12-07  9:43 Colin Ian King
  2022-12-07 10:58 ` Simon Horman
  2022-12-09  3:50 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2022-12-07  9:43 UTC (permalink / raw)
  To: Simon Horman, Jakub Kicinski, David S . Miller, Eric Dumazet,
	Paolo Abeni, oss-drivers, netdev
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a nn_dp_warn message. Fix it.

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

diff --git a/drivers/net/ethernet/netronome/nfp/ccm_mbox.c b/drivers/net/ethernet/netronome/nfp/ccm_mbox.c
index 4247bca09807..aa8aba4ff7aa 100644
--- a/drivers/net/ethernet/netronome/nfp/ccm_mbox.c
+++ b/drivers/net/ethernet/netronome/nfp/ccm_mbox.c
@@ -503,7 +503,7 @@ nfp_ccm_mbox_msg_prepare(struct nfp_net *nn, struct sk_buff *skb,
 	max_len = max(max_reply_size, round_up(skb->len, 4));
 	if (max_len > mbox_max) {
 		nn_dp_warn(&nn->dp,
-			   "message too big for tha mailbox: %u/%u vs %u\n",
+			   "message too big for the mailbox: %u/%u vs %u\n",
 			   skb->len, max_reply_size, mbox_max);
 		return -EMSGSIZE;
 	}
-- 
2.38.1


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

* Re: [PATCH][next] nfp: Fix spelling mistake "tha" -> "the"
  2022-12-07  9:43 [PATCH][next] nfp: Fix spelling mistake "tha" -> "the" Colin Ian King
@ 2022-12-07 10:58 ` Simon Horman
  2022-12-09  3:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2022-12-07 10:58 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Jakub Kicinski, David S . Miller, Eric Dumazet, Paolo Abeni,
	oss-drivers, netdev, kernel-janitors, linux-kernel

On Wed, Dec 07, 2022 at 09:43:12AM +0000, Colin Ian King wrote:
> There is a spelling mistake in a nn_dp_warn message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Hi Colin,

thanks for fixing this.

Reviewed-by: Simon Horman <simon.horman@corigine.com>

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

* Re: [PATCH][next] nfp: Fix spelling mistake "tha" -> "the"
  2022-12-07  9:43 [PATCH][next] nfp: Fix spelling mistake "tha" -> "the" Colin Ian King
  2022-12-07 10:58 ` Simon Horman
@ 2022-12-09  3:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-12-09  3:50 UTC (permalink / raw)
  To: Colin Ian King
  Cc: simon.horman, kuba, davem, edumazet, pabeni, oss-drivers, netdev,
	kernel-janitors, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Wed,  7 Dec 2022 09:43:12 +0000 you wrote:
> There is a spelling mistake in a nn_dp_warn message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/net/ethernet/netronome/nfp/ccm_mbox.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [next] nfp: Fix spelling mistake "tha" -> "the"
    https://git.kernel.org/netdev/net-next/c/3df96774a422

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:[~2022-12-09  3:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-07  9:43 [PATCH][next] nfp: Fix spelling mistake "tha" -> "the" Colin Ian King
2022-12-07 10:58 ` Simon Horman
2022-12-09  3:50 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).