patch-2.4.10 linux/drivers/char/amiserial.c
Next file: linux/drivers/char/applicom.c
Previous file: linux/drivers/char/amigamouse.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Sun Sep 16 21:22:56 2001
- Orig file:
v2.4.9/linux/drivers/char/amiserial.c
- Orig date:
Fri Feb 16 16:02:35 2001
diff -u --recursive --new-file v2.4.9/linux/drivers/char/amiserial.c linux/drivers/char/amiserial.c
@@ -2288,7 +2288,7 @@
* Print a string to the serial port trying not to disturb
* any possible real use of the port...
*
- * The console_lock must be held when we get here.
+ * The console must be locked when we get here.
*/
static void serial_console_write(struct console *co, const char *s,
unsigned count)
@@ -2353,3 +2353,5 @@
register_console(&sercons);
}
#endif
+
+MODULE_LICENSE("GPL");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)