patch-2.4.19 linux-2.4.19/drivers/net/hp-plus.c

Next file: linux-2.4.19/drivers/net/hp.c
Previous file: linux-2.4.19/drivers/net/hamradio/soundmodem/smdma.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/drivers/net/hp-plus.c linux-2.4.19/drivers/net/hp-plus.c
@@ -408,8 +408,10 @@
 
 MODULE_PARM(io, "1-" __MODULE_STRING(MAX_HPP_CARDS) "i");
 MODULE_PARM(irq, "1-" __MODULE_STRING(MAX_HPP_CARDS) "i");
-MODULE_PARM_DESC(io, "HP PC-LAN+ I/O port address(es)");
-MODULE_PARM_DESC(irq, "HP PC-LAN+ IRQ number(s); ignored if properly detected");
+MODULE_PARM_DESC(io, "I/O port address(es)");
+MODULE_PARM_DESC(irq, "IRQ number(s); ignored if properly detected");
+MODULE_DESCRIPTION("HP PC-LAN+ ISA ethernet driver");
+MODULE_LICENSE("GPL");
 
 /* This is set up so that only a single autoprobe takes place per call.
 ISA device autoprobes on a running machine are not recommended. */
@@ -457,7 +459,6 @@
 	}
 }
 #endif /* MODULE */
-MODULE_LICENSE("GPL");
 
 
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)