diff options
author | Christian Brauner <brauner@kernel.org> | 2024-10-01 17:01:40 +0200 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-10-01 17:01:40 +0200 |
commit | f5c82730bedbc4a424cb94d2653bcb8be9dbd2ec (patch) | |
tree | bf75d767b987c94c2a3f68c59a6d4f6c1b348848 /include | |
parent | f6023535b52f5a066fa52fcfd0dc51c7f7894ce6 (diff) |
folio_queue: fix documentation
s/folioq_count/folioq_full/
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Link: https://lore.kernel.org/r/20241001134729.3f65ae78@canb.auug.org.au
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/folio_queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/folio_queue.h b/include/linux/folio_queue.h index af871405ae55..3abe614ef5f0 100644 --- a/include/linux/folio_queue.h +++ b/include/linux/folio_queue.h @@ -81,7 +81,7 @@ static inline unsigned int folioq_count(struct folio_queue *folioq) } /** - * folioq_count: Query if a folio queue segment is full + * folioq_full: Query if a folio queue segment is full * @folioq: The segment to query * * Query if a folio queue segment is fully occupied. Note that this does not |