summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
diff options
context:
space:
mode:
authorMarcos Paulo de Souza2011-10-31 16:11:45 +0100
committerDavid S. Miller2011-11-01 05:55:48 +0100
commitf83347df57113e54e999aa2491be3f685c0c262d (patch)
tree999374e037cfbdcd2838cced24377c2933514d29 /include/linux/skbuff.h
parentdrivers/net/ethernet/i825xx/3c505.c: fix build with dynamic debug (diff)
downloadkernel-qcow2-linux-f83347df57113e54e999aa2491be3f685c0c262d.tar.gz
kernel-qcow2-linux-f83347df57113e54e999aa2491be3f685c0c262d.tar.xz
kernel-qcow2-linux-f83347df57113e54e999aa2491be3f685c0c262d.zip
include: linux: skbuf.h: Fix parameter documentation
Fixes parameter name of skb_frag_dmamap function to silence warning on make htmldocs. Signed-off-by: Marcos Paulo de Souza <marcos.mage@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r--include/linux/skbuff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 6a6b352326d7..fe864885c1ed 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -1806,12 +1806,12 @@ static inline void skb_frag_set_page(struct sk_buff *skb, int f,
/**
* skb_frag_dma_map - maps a paged fragment via the DMA API
- * @device: the device to map the fragment to
+ * @dev: the device to map the fragment to
* @frag: the paged fragment to map
* @offset: the offset within the fragment (starting at the
* fragment's own offset)
* @size: the number of bytes to map
- * @direction: the direction of the mapping (%PCI_DMA_*)
+ * @dir: the direction of the mapping (%PCI_DMA_*)
*
* Maps the page associated with @frag to @device.
*/