From: Colin Ian King Date: Tue, 14 May 2019 20:57:01 +0000 (+0100) Subject: drm/nouveau/bios/init: fix spelling mistake "CONDITON" -> "CONDITION" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fcca420d66046d5ddac55a9ddecb0e387547f7a0;p=linux.git drm/nouveau/bios/init: fix spelling mistake "CONDITON" -> "CONDITION" There is a spelling mistake in a warning message. Fix it. Signed-off-by: Colin Ian King Reviewed-by: Mukesh Ojha Signed-off-by: Ben Skeggs --- diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c index ec0e9f7224b5a..3f4f27d191aec 100644 --- a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c @@ -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; }