summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-06-01 13:31:44 +0300
committerDavid S. Miller <davem@davemloft.net>2021-06-02 01:53:49 +0300
commitb934b6d1d9332fb31c4c899ce63d4aac6ee9f1da (patch)
tree3021dbef6d6eba5f8b3a4b313413bfeb66d15b90 /drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
parent7cf85f8caa042db0e33d70dbd72d8b92b1051f93 (diff)
downloadlinux-b934b6d1d9332fb31c4c899ce63d4aac6ee9f1da.tar.xz
octeontx2-af: Fix spelling mistake "vesion" -> "version"
There is a spelling mistake in a dev_warning message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c')
-rw-r--r--drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
index bd63305ba6d2..053cc872d0cc 100644
--- a/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
+++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
@@ -1371,7 +1371,7 @@ static int npc_apply_custom_kpu(struct rvu *rvu,
if (NPC_KPU_VER_MIN(profile->version) <
NPC_KPU_VER_MIN(NPC_KPU_PROFILE_VER)) {
dev_warn(rvu->dev,
- "Invalid KPU profile version: %d.%d.%d expected vesion <= %d.%d.%d\n",
+ "Invalid KPU profile version: %d.%d.%d expected version <= %d.%d.%d\n",
NPC_KPU_VER_MAJ(profile->version),
NPC_KPU_VER_MIN(profile->version),
NPC_KPU_VER_PATCH(profile->version),