1 Nov 2011 02:11
[PATCH] include: linux: skbuf.h: Fix parameter documentation
Marcos Paulo de Souza <marcos.mage <at> gmail.com>
2011-11-01 01:11:45 GMT
2011-11-01 01:11:45 GMT
Fixes parameter name of skb_frag_dmamap function to silence warning on make htmldocs. Signed-off-by: Marcos Paulo de Souza <marcos.mage <at> 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 <at> <at> -1806,12 +1806,12 <at> <at> 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 - * <at> device: the device to map the fragment to + * <at> dev: the device to map the fragment to * <at> frag: the paged fragment to map * <at> offset: the offset within the fragment (starting at the * fragment's own offset) * <at> size: the number of bytes to map - * <at> direction: the direction of the mapping (%PCI_DMA_*) + * <at> dir: the direction of the mapping (%PCI_DMA_*) * * Maps the page associated with <at> frag to <at> device. */ -- -- 1.7.4.1(Continue reading)
RSS Feed