Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 -1
+1 -1
include/linux/folio_queue.h
··· 81 81 } 82 82 83 83 /** 84 - * folioq_count: Query if a folio queue segment is full 84 + * folioq_full: Query if a folio queue segment is full 85 85 * @folioq: The segment to query 86 86 * 87 87 * Query if a folio queue segment is fully occupied. Note that this does not