Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Remove long-dead commented-out MODULE_PARM reference.

Remove the useless comment referring to the obsolete MODULE_PARM
macro.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

authored by

Robert P. J. Day and committed by
Adrian Bunk
b7076156 8518609d

-1
-1
drivers/net/fealnx.c
··· 111 111 MODULE_DESCRIPTION("Myson MTD-8xx 100/10M Ethernet PCI Adapter Driver"); 112 112 MODULE_LICENSE("GPL"); 113 113 module_param(max_interrupt_work, int, 0); 114 - //MODULE_PARM(min_pci_latency, "i"); 115 114 module_param(debug, int, 0); 116 115 module_param(rx_copybreak, int, 0); 117 116 module_param(multicast_filter_limit, int, 0);