]> Git Repo - J-linux.git/commitdiff
mei: vsc: Fix typo "maintstepping" -> "mainstepping"
authorColin Ian King <[email protected]>
Tue, 12 Nov 2024 08:45:07 +0000 (08:45 +0000)
committerGreg Kroah-Hartman <[email protected]>
Tue, 12 Nov 2024 11:57:11 +0000 (12:57 +0100)
There is a typo in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/misc/mei/vsc-fw-loader.c

index 0d7e17322869037853ce95cae66517084870ca28..308b090d81bbb466df15b5f8b756d9e0083915bb 100644 (file)
@@ -334,7 +334,7 @@ static int vsc_identify_silicon(struct vsc_fw_loader *fw_loader)
        sub_version = FIELD_GET(VSC_SUBSTEPPING_VERSION_MASK, ack->payload[0]);
 
        if (version != VSC_MAINSTEPPING_VERSION_A) {
-               dev_err(fw_loader->dev, "maintstepping mismatch expected %d got %d\n",
+               dev_err(fw_loader->dev, "mainstepping mismatch expected %d got %d\n",
                        VSC_MAINSTEPPING_VERSION_A, version);
                return -EINVAL;
        }
This page took 0.051207 seconds and 4 git commands to generate.