Skip to content

Commit 11ee317

Browse files
ColinIanKingkuba-moo
authored andcommitted
octeontx2-pf: Fix spelling mistake "reprentator" -> "representor"
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>
1 parent e51edea commit 11ee317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/net/ethernet/marvell/octeontx2/nic

drivers/net/ethernet/marvell/octeontx2/nic/rep.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ int rvu_rep_create(struct otx2_nic *priv, struct netlink_ext_ack *extack)
687687
err = register_netdev(ndev);
688688
if (err) {
689689
NL_SET_ERR_MSG_MOD(extack,
690-
"PFVF reprentator registration failed");
690+
"PFVF representor registration failed");
691691
free_netdev(ndev);
692692
goto exit;
693693
}

0 commit comments

Comments
 (0)