Skip to content

Commit f5c8273

Browse files
committed
folio_queue: fix documentation
s/folioq_count/folioq_full/ Reported-by: Stephen Rothwell <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>
1 parent f602353 commit f5c8273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)