From: Colin Ian King Date: Tue, 1 Jun 2021 10:31:44 +0000 (+0100) Subject: octeontx2-af: Fix spelling mistake "vesion" -> "version" X-Git-Tag: Ubuntu-5.15.0-12.12~2372^2~390 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b934b6d1d9332fb31c4c899ce63d4aac6ee9f1da;p=mirror_ubuntu-jammy-kernel.git 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 Signed-off-by: David S. Miller --- 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),