Skip to content

Commit

Permalink
octeontx2-pf: Fix spelling mistake "reprentator" -> "representor"
Browse files Browse the repository at this point in the history
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>
Link: https://patch.msgid.link/20241114102012.1868514-1-colin.i.king@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
ColinIanKing authored and kuba-moo committed Nov 16, 2024
1 parent e51edea commit 11ee317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/marvell/octeontx2/nic/rep.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 11ee317

Please sign in to comment.