]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] serial typo
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 22 May 2002 05:23:41 +0000 (22:23 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Wed, 22 May 2002 05:23:41 +0000 (22:23 -0700)
(It's ttyS in every other message in the driver).

Zwane Mwaikambo <zwane@linux.realnet.co.sz>: serial unload message:

drivers/char/serial.c

index 340f804a7312e41c189ccf1eeb34e624623e1da7..45b2699e91e8ea47fd54e89337be7f7a7ef17b39 100644 (file)
@@ -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)
         */