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 <[email protected]> Cc: Jesper Dangaard Brouer <[email protected]> Reviewed-by: Simon Horman <[email protected]> Acked-by: Ilias Apalodimas <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 08e50cf commit 513dbc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)