Commit 4722056e authored by James Mayer's avatar James Mayer Committed by Linus Torvalds

[PATCH] Typo in radeonfb.c printk()

parent 78f9e852
......@@ -1449,7 +1449,7 @@ static int radeonfb_do_maximize(struct radeonfb_info *rinfo,
/* use highest possible virtual resolution */
if (v->xres_virtual == -1 && v->yres_virtual == -1) {
printk("radeonfb: using max availabe virtual resolution\n");
printk("radeonfb: using max available virtual resolution\n");
for (i=0; modes[i].xres != -1; i++) {
if (modes[i].xres * nom / den * modes[i].yres <
rinfo->video_ram / 2)
......
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