Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f83347df authored by Marcos Paulo de Souza's avatar Marcos Paulo de Souza Committed by David S. Miller
Browse files

include: linux: skbuf.h: Fix parameter documentation



Fixes parameter name of skb_frag_dmamap function to silence warning on
make htmldocs.

Signed-off-by: default avatarMarcos Paulo de Souza <marcos.mage@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 23e04944
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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
 * 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
 * @frag: the paged fragment to map
 * @offset: the offset within the fragment (starting at the
 * @offset: the offset within the fragment (starting at the
 *          fragment's own offset)
 *          fragment's own offset)
 * @size: the number of bytes to map
 * @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.
 * Maps the page associated with @frag to @device.
 */
 */