diff options
author | Qinghuang Feng <qhfeng.kernel@gmail.com> | 2008-11-24 02:47:24 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-24 02:47:24 +0300 |
commit | 5147d14e995c097571d383fe1287fb33345a51ee (patch) | |
tree | 73c213e88fab25f2d3b7796752fbbb5c853431de /drivers/net/chelsio | |
parent | ece4af18e07a5cea592ca095844783db4a349cb2 (diff) | |
download | linux-5147d14e995c097571d383fe1287fb33345a51ee.tar.xz |
drivers/net/chelsio/sge.c: remove redundant argument comments
remove redundant argument comments
Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/chelsio')
-rw-r--r-- | drivers/net/chelsio/sge.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/chelsio/sge.c b/drivers/net/chelsio/sge.c index d6c7d2aa761b..7092df50ff78 100644 --- a/drivers/net/chelsio/sge.c +++ b/drivers/net/chelsio/sge.c @@ -1035,10 +1035,6 @@ MODULE_PARM_DESC(copybreak, "Receive copy threshold"); * @pdev: the PCI device that received the packet * @fl: the SGE free list holding the packet * @len: the actual packet length, excluding any SGE padding - * @dma_pad: padding at beginning of buffer left by SGE DMA - * @skb_pad: padding to be used if the packet is copied - * @copy_thres: length threshold under which a packet should be copied - * @drop_thres: # of remaining buffers before we start dropping packets * * Get the next packet from a free list and complete setup of the * sk_buff. If the packet is small we make a copy and recycle the |