diff options
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r-- | include/linux/skbuff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index a098d95b3d84..25b1659c832a 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -2691,7 +2691,7 @@ bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t prio); | |||
2691 | * @offset: the offset within the fragment (starting at the | 2691 | * @offset: the offset within the fragment (starting at the |
2692 | * fragment's own offset) | 2692 | * fragment's own offset) |
2693 | * @size: the number of bytes to map | 2693 | * @size: the number of bytes to map |
2694 | * @dir: the direction of the mapping (%PCI_DMA_*) | 2694 | * @dir: the direction of the mapping (``PCI_DMA_*``) |
2695 | * | 2695 | * |
2696 | * Maps the page associated with @frag to @device. | 2696 | * Maps the page associated with @frag to @device. |
2697 | */ | 2697 | */ |