Commit f5c82730 authored by Christian Brauner's avatar Christian Brauner

folio_queue: fix documentation

s/folioq_count/folioq_full/
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Link: https://lore.kernel.org/r/20241001134729.3f65ae78@canb.auug.org.auSigned-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent f6023535
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment