From: Christian Brauner Date: Tue, 1 Oct 2024 15:01:40 +0000 (+0200) Subject: folio_queue: fix documentation X-Git-Tag: v6.12-rc2~36^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5c82730bedbc4a424cb94d2653bcb8be9dbd2ec;p=thirdparty%2Flinux.git folio_queue: fix documentation s/folioq_count/folioq_full/ Reported-by: Stephen Rothwell Link: https://lore.kernel.org/r/20241001134729.3f65ae78@canb.auug.org.au Signed-off-by: Christian Brauner --- diff --git a/include/linux/folio_queue.h b/include/linux/folio_queue.h index af871405ae550..3abe614ef5f06 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