| Submitter | Qinghuang Feng |
|---|---|
| Date | Nov. 22, 2008, 7:41 a.m. |
| Message ID | <4927b79c.08486e0a.6977.048a@mx.google.com> |
| Download | mbox | patch |
| Permalink | /patch/10203/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Qinghuang Feng <qhfeng.kernel@gmail.com> Date: Sat, 22 Nov 2008 15:41:03 +0800 > remove redundant argument comments > > Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/net/chelsio/sge.c b/drivers/net/chelsio/sge.c index d6c7d2a..7092df5 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
remove redundant argument comments Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com> --- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html