diff options
author | Qinghuang Feng <qhfeng.kernel@gmail.com> | 2008-11-23 15:46:55 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-23 15:46:55 -0800 |
commit | ece4af18e07a5cea592ca095844783db4a349cb2 (patch) | |
tree | fa255d783be2026f94bb88cfe989dd9956bcbb24 /drivers/net/sis900.c | |
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/sis900.c')
-rw-r--r-- | drivers/net/sis900.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sis900.c b/drivers/net/sis900.c index fa3a460f8e2f..8e8337e8b072 100644 --- a/drivers/net/sis900.c +++ b/drivers/net/sis900.c @@ -1630,7 +1630,6 @@ sis900_start_xmit(struct sk_buff *skb, struct net_device *net_dev) * sis900_interrupt - sis900 interrupt handler * @irq: the irq number * @dev_instance: the client data object - * @regs: snapshot of processor context * * The interrupt handler does all of the Rx thread work, * and cleans up after the Tx thread |