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 <colin.king@canonical.com> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
863a6670a4
commit
fcca420d66
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user