From: Michal Januszewski Replace "vesafb" with "uvesafb" in a kernel warning message. Signed-off-by: Michal Januszewski Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton --- drivers/video/uvesafb.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/uvesafb.c~uvesafb-the-driver-core-uvesafb-fix-a-typo-in-a-warning drivers/video/uvesafb.c --- a/drivers/video/uvesafb.c~uvesafb-the-driver-core-uvesafb-fix-a-typo-in-a-warning +++ a/drivers/video/uvesafb.c @@ -412,7 +412,7 @@ static void uvesafb_vbe_state_restore(st err = uvesafb_exec(task); if (err || (task->t.regs.eax & 0xffff) != 0x004f) - printk(KERN_WARNING "vesafb: VBE state restore call " + printk(KERN_WARNING "uvesafb: VBE state restore call " "failed (eax=0x%x, err=%d)\n", task->t.regs.eax, err); _