Message ID | 20241114102012.1868514-1-colin.i.king@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 11ee317d883ef111b8c36228437eaffea7b49bbc |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [next] octeontx2-pf: Fix spelling mistake "reprentator" -> "representor" | expand |
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 14 Nov 2024 10:20:12 +0000 you wrote: > There is a spelling mistake in a NL_SET_ERR_MSG_MOD error message. > Fix it. > > Signed-off-by: Colin Ian King <colin.i.king@gmail.com> > --- > drivers/net/ethernet/marvell/octeontx2/nic/rep.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [next] octeontx2-pf: Fix spelling mistake "reprentator" -> "representor" https://git.kernel.org/netdev/net-next/c/11ee317d883e You are awesome, thank you!
diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/rep.c b/drivers/net/ethernet/marvell/octeontx2/nic/rep.c index ae58d0601b45..232b10740c13 100644 --- a/drivers/net/ethernet/marvell/octeontx2/nic/rep.c +++ b/drivers/net/ethernet/marvell/octeontx2/nic/rep.c @@ -687,7 +687,7 @@ int rvu_rep_create(struct otx2_nic *priv, struct netlink_ext_ack *extack) err = register_netdev(ndev); if (err) { NL_SET_ERR_MSG_MOD(extack, - "PFVF reprentator registration failed"); + "PFVF representor registration failed"); free_netdev(ndev); goto exit; }
There is a spelling mistake in a NL_SET_ERR_MSG_MOD error message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> --- drivers/net/ethernet/marvell/octeontx2/nic/rep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)