Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b7076156af7a87799c0e425db5aec8378be1c3ea
Commit:     b7076156af7a87799c0e425db5aec8378be1c3ea
Parent:     8518609deeacebafd71855f87cc411adb0c3be4e
Author:     Robert P. J. Day <[EMAIL PROTECTED]>
AuthorDate: Fri Oct 19 23:12:43 2007 +0200
Committer:  Adrian Bunk <[EMAIL PROTECTED]>
CommitDate: Fri Oct 19 23:12:43 2007 +0200

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
 drivers/net/fealnx.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/fealnx.c b/drivers/net/fealnx.c
index 43f7647..7bb9c72 100644
--- a/drivers/net/fealnx.c
+++ b/drivers/net/fealnx.c
@@ -111,7 +111,6 @@ MODULE_AUTHOR("Myson or whoever");
 MODULE_DESCRIPTION("Myson MTD-8xx 100/10M Ethernet PCI Adapter Driver");
 MODULE_LICENSE("GPL");
 module_param(max_interrupt_work, int, 0);
-//MODULE_PARM(min_pci_latency, "i");
 module_param(debug, int, 0);
 module_param(rx_copybreak, int, 0);
 module_param(multicast_filter_limit, int, 0);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to