mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
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>
This commit is contained in:
parent
7cf85f8caa
commit
b934b6d1d9
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user