patch-2.4.10 linux/drivers/char/lp.c
Next file: linux/drivers/char/machzwd.c
Previous file: linux/drivers/char/logibusmouse.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Sun Sep 16 21:23:03 2001
- Orig file:
v2.4.9/linux/drivers/char/lp.c
- Orig date:
Mon Aug 27 12:41:40 2001
diff -u --recursive --new-file v2.4.9/linux/drivers/char/lp.c linux/drivers/char/lp.c
@@ -543,7 +543,7 @@
* non-zero to get the latter behaviour. */
#define CONSOLE_LP_STRICT 1
-/* The console_lock must be held when we get here. */
+/* The console must be locked when we get here. */
static void lp_console_write (struct console *co, const char *s,
unsigned count)
@@ -838,3 +838,6 @@
__setup("lp=", lp_setup);
module_init(lp_init_module);
module_exit(lp_cleanup_module);
+
+MODULE_LICENSE("GPL");
+EXPORT_NO_SYMBOLS;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)