Commit a8a066d4 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] serial typo

(It's ttyS in every other message in the driver).

Zwane Mwaikambo <zwane@linux.realnet.co.sz>: serial unload message:
parent 7718b60b
......@@ -5681,7 +5681,7 @@ void unregister_serial(int line)
if (state->info && state->info->tty)
tty_hangup(state->info->tty);
state->type = PORT_UNKNOWN;
printk(KERN_INFO "tty%02d unloaded\n", state->line);
printk(KERN_INFO "ttyS%02d unloaded\n", state->line);
/* These will be hidden, because they are devices that will no longer
* be available to the system. (ie, PCMCIA modems, once ejected)
*/
......
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