diff options
author | Qinghuang Feng <qhfeng.kernel@gmail.com> | 2008-11-23 18:46:55 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-23 18:46:55 -0500 |
commit | ece4af18e07a5cea592ca095844783db4a349cb2 (patch) | |
tree | fa255d783be2026f94bb88cfe989dd9956bcbb24 /drivers/net/pcmcia | |
parent | 7e56b5d698707a9934833c47b24d78fb0bcaf764 (diff) |
driver/net/*: remove redundant argument comments
remove redundant argument comments in files of drivers/net/*
Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/pcmcia')
-rw-r--r-- | drivers/net/pcmcia/axnet_cs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/pcmcia/axnet_cs.c b/drivers/net/pcmcia/axnet_cs.c index 713091e2b896..0418045166c3 100644 --- a/drivers/net/pcmcia/axnet_cs.c +++ b/drivers/net/pcmcia/axnet_cs.c | |||
@@ -1175,7 +1175,6 @@ static int ei_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
1175 | * ax_interrupt - handle the interrupts from an 8390 | 1175 | * ax_interrupt - handle the interrupts from an 8390 |
1176 | * @irq: interrupt number | 1176 | * @irq: interrupt number |
1177 | * @dev_id: a pointer to the net_device | 1177 | * @dev_id: a pointer to the net_device |
1178 | * @regs: unused | ||
1179 | * | 1178 | * |
1180 | * Handle the ether interface interrupts. We pull packets from | 1179 | * Handle the ether interface interrupts. We pull packets from |
1181 | * the 8390 via the card specific functions and fire them at the networking | 1180 | * the 8390 via the card specific functions and fire them at the networking |