Commit 4cc25af9 authored by Linus Torvalds's avatar Linus Torvalds Committed by Linus Torvalds

Fix user-visible typo in printk.

Somebody has been watching lord of the rings a bit too
much.. "My precioussssss.."
parent a60e227b
......@@ -759,7 +759,7 @@ void __devinit radeon_check_modes(struct radeonfb_info *rinfo, const char *mode_
rinfo->mon1_type = MT_CRT;
goto pickup_default;
}
printk(KERN_WARNING "radeonfb: Asssuming panel size %dx%d\n",
printk(KERN_WARNING "radeonfb: Assuming panel size %dx%d\n",
rinfo->panel_info.xres, rinfo->panel_info.yres);
modedb = rinfo->mon1_modedb;
dbsize = rinfo->mon1_dbsize;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment