public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net: netdevsim: correct typo in new_device_store error message
@ 2026-03-19  6:08 Alok Tiwari
  2026-03-20 18:23 ` Joe Damato
  2026-03-21  3:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Alok Tiwari @ 2026-03-19  6:08 UTC (permalink / raw)
  To: andrew+netdev, kuba, davem, edumazet, pabeni, horms, netdev
  Cc: alok.a.tiwarilinux, alok.a.tiwari

Fix the format hint by replacing "unit" with "uint" in the pr_err() string.

Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
---
 drivers/net/netdevsim/bus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/netdevsim/bus.c b/drivers/net/netdevsim/bus.c
index f85b1c261dfb..41483e371f05 100644
--- a/drivers/net/netdevsim/bus.c
+++ b/drivers/net/netdevsim/bus.c
@@ -177,7 +177,7 @@ new_device_store(const struct bus_type *bus, const char *buf, size_t count)
 		}
 		break;
 	default:
-		pr_err("Format for adding new device is \"id port_count num_queues\" (uint uint unit).\n");
+		pr_err("Format for adding new device is \"id port_count num_queues\" (uint uint uint).\n");
 		return -EINVAL;
 	}
 
-- 
2.50.1


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

* Re: [PATCH net-next] net: netdevsim: correct typo in new_device_store error message
  2026-03-19  6:08 [PATCH net-next] net: netdevsim: correct typo in new_device_store error message Alok Tiwari
@ 2026-03-20 18:23 ` Joe Damato
  2026-03-21  3:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Damato @ 2026-03-20 18:23 UTC (permalink / raw)
  To: Alok Tiwari
  Cc: andrew+netdev, kuba, davem, edumazet, pabeni, horms, netdev,
	alok.a.tiwarilinux

On Wed, Mar 18, 2026 at 11:08:10PM -0700, Alok Tiwari wrote:
> Fix the format hint by replacing "unit" with "uint" in the pr_err() string.
> 
> Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
> ---
>  drivers/net/netdevsim/bus.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Joe Damato <joe@dama.to>

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

* Re: [PATCH net-next] net: netdevsim: correct typo in new_device_store error message
  2026-03-19  6:08 [PATCH net-next] net: netdevsim: correct typo in new_device_store error message Alok Tiwari
  2026-03-20 18:23 ` Joe Damato
@ 2026-03-21  3:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-03-21  3:20 UTC (permalink / raw)
  To: ALOK TIWARI
  Cc: andrew+netdev, kuba, davem, edumazet, pabeni, horms, netdev,
	alok.a.tiwarilinux

Hello:

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

On Wed, 18 Mar 2026 23:08:10 -0700 you wrote:
> Fix the format hint by replacing "unit" with "uint" in the pr_err() string.
> 
> Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
> ---
>  drivers/net/netdevsim/bus.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [net-next] net: netdevsim: correct typo in new_device_store error message
    https://git.kernel.org/netdev/net-next/c/53edd8309570

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:[~2026-03-21  3:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-19  6:08 [PATCH net-next] net: netdevsim: correct typo in new_device_store error message Alok Tiwari
2026-03-20 18:23 ` Joe Damato
2026-03-21  3:20 ` 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