Skip to content

Commit b934b6d

Browse files
Colin Ian Kingdavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 7cf85f8 commit b934b6d

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/marvell/octeontx2/af

1 file changed

+1
-1
lines changed

drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@ static int npc_apply_custom_kpu(struct rvu *rvu,
13711371
if (NPC_KPU_VER_MIN(profile->version) <
13721372
NPC_KPU_VER_MIN(NPC_KPU_PROFILE_VER)) {
13731373
dev_warn(rvu->dev,
1374-
"Invalid KPU profile version: %d.%d.%d expected vesion <= %d.%d.%d\n",
1374+
"Invalid KPU profile version: %d.%d.%d expected version <= %d.%d.%d\n",
13751375
NPC_KPU_VER_MAJ(profile->version),
13761376
NPC_KPU_VER_MIN(profile->version),
13771377
NPC_KPU_VER_PATCH(profile->version),

0 commit comments

Comments
 (0)