Skip to content

Commit f5c8273

Browse files
committed
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>
1 parent f602353 commit f5c8273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/folio_queue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ static inline unsigned int folioq_count(struct folio_queue *folioq)
8181
}
8282

8383
/**
84-
* folioq_count: Query if a folio queue segment is full
84+
* folioq_full: Query if a folio queue segment is full
8585
* @folioq: The segment to query
8686
*
8787
* Query if a folio queue segment is fully occupied. Note that this does not

0 commit comments

Comments
 (0)