[PATCH][next] octeontx2-pf: Fix spelling mistake "reprentator" -> "representor"

From: Colin Ian King
Date: Thu Nov 14 2024 - 05:42:10 EST


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@xxxxxxxxx>
---
drivers/net/ethernet/marvell/octeontx2/nic/rep.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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;
}
--
2.39.5