drm/nouveau/bios/init: fix spelling mistake "CONDITON" -> "CONDITION"
authorColin Ian King <colin.king@canonical.com>
Tue, 14 May 2019 20:57:01 +0000 (21:57 +0100)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 23 Aug 2019 02:55:30 +0000 (12:55 +1000)
There is a spelling mistake in a warning message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c

index ec0e9f7..3f4f27d 100644 (file)
@@ -834,7 +834,7 @@ init_generic_condition(struct nvbios_init *init)
                init_exec_set(init, false);
                break;
        default:
-               warn("INIT_GENERIC_CONDITON: unknown 0x%02x\n", cond);
+               warn("INIT_GENERIC_CONDITION: unknown 0x%02x\n", cond);
                init->offset += size;
                break;
        }