Skip to content

Commit 513dbc1

Browse files
rddunlapkuba-moo
authored andcommitted
page_pool: fix documentation typos
Correct grammar for better readability. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jesper Dangaard Brouer <hawk@kernel.org> Reviewed-by: Simon Horman <horms@kernel.org> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Link: https://lore.kernel.org/r/20231001003846.29541-1-rdunlap@infradead.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 08e50cf commit 513dbc1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/net/page_pool/helpers.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
* page_pool_alloc_pages() call. Drivers should use
1717
* page_pool_dev_alloc_pages() replacing dev_alloc_pages().
1818
*
19-
* API keeps track of in-flight pages, in order to let API user know
19+
* The API keeps track of in-flight pages, in order to let API users know
2020
* when it is safe to free a page_pool object. Thus, API users
2121
* must call page_pool_put_page() to free the page, or attach
22-
* the page to a page_pool-aware objects like skbs marked with
22+
* the page to a page_pool-aware object like skbs marked with
2323
* skb_mark_for_recycle().
2424
*
25-
* API user must call page_pool_put_page() once on a page, as it
25+
* API users must call page_pool_put_page() once on a page, as it
2626
* will either recycle the page, or in case of refcnt > 1, it will
2727
* release the DMA mapping and in-flight state accounting.
2828
*/

0 commit comments

Comments
 (0)