|
@@ -1178,8 +1178,7 @@ MODULE_LICENSE("GPL");
|
|
|
MODULE_DESCRIPTION("Generic 8250/16x50 serial driver");
|
|
|
|
|
|
module_param(share_irqs, uint, 0644);
|
|
|
-MODULE_PARM_DESC(share_irqs, "Share IRQs with other non-8250/16x50 devices"
|
|
|
- " (unsafe)");
|
|
|
+MODULE_PARM_DESC(share_irqs, "Share IRQs with other non-8250/16x50 devices (unsafe)");
|
|
|
|
|
|
module_param(nr_uarts, uint, 0644);
|
|
|
MODULE_PARM_DESC(nr_uarts, "Maximum number of UARTs supported. (1-" __MODULE_STRING(CONFIG_SERIAL_8250_NR_UARTS) ")");
|