mirror of
https://github.com/adulau/aha.git
synced 2024-12-30 20:56:23 +00:00
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>
This commit is contained in:
parent
ece4af18e0
commit
5147d14e99
1 changed files with 0 additions and 4 deletions
|
@ -1035,10 +1035,6 @@ MODULE_PARM_DESC(copybreak, "Receive copy threshold");
|
||||||
* @pdev: the PCI device that received the packet
|
* @pdev: the PCI device that received the packet
|
||||||
* @fl: the SGE free list holding the packet
|
* @fl: the SGE free list holding the packet
|
||||||
* @len: the actual packet length, excluding any SGE padding
|
* @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
|
* 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
|
* sk_buff. If the packet is small we make a copy and recycle the
|
||||||
|
|
Loading…
Reference in a new issue