[NET]: Correct dev_alloc_skb kerneldoc
authorChristoph Hellwig <hch@lst.de>
Mon, 24 Jul 2006 22:31:14 +0000 (15:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jul 2006 22:31:14 +0000 (15:31 -0700)
dev_alloc_skb is designated for RX descriptors, not TX.  (Some drivers
use it for the latter anyway, but that's a different story)

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found