netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] include: linux: skbuf.h: Fix parameter documentation
@ 2011-11-01  1:11 Marcos Paulo de Souza
  2011-11-01  4:55 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Marcos Paulo de Souza @ 2011-11-01  1:11 UTC (permalink / raw)
  To: rdunlap; +Cc: davem, netdev, Marcos Paulo de Souza

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>
---
 include/linux/skbuff.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 6a6b352..fe86488 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.
  */
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] include: linux: skbuf.h: Fix parameter documentation
  2011-11-01  1:11 [PATCH] include: linux: skbuf.h: Fix parameter documentation Marcos Paulo de Souza
@ 2011-11-01  4:55 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-11-01  4:55 UTC (permalink / raw)
  To: marcos.mage; +Cc: rdunlap, netdev

From: Marcos Paulo de Souza <marcos.mage@gmail.com>
Date: Mon, 31 Oct 2011 23:11:45 -0200

> 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>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-01  4:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-01  1:11 [PATCH] include: linux: skbuf.h: Fix parameter documentation Marcos Paulo de Souza
2011-11-01  4:55 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).