summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKit Dallege <xaum.io@gmail.com>2026-03-15 20:09:31 +0300
committerChristian Brauner <brauner@kernel.org>2026-03-17 17:18:54 +0300
commit2727d44f5d5bc3f8e55a6a0ccf24d8105a5a400e (patch)
treee4558c83e2522dda65c415bbd5990c592b0da5f3 /include
parentf7df26875b9a07d756a5f4cac26dac95bf1d9de1 (diff)
downloadlinux-2727d44f5d5bc3f8e55a6a0ccf24d8105a5a400e.tar.xz
writeback: fix kernel-doc function name mismatch for wb_put_many()
The kernel-doc comment says wb_put but the actual function is wb_put_many. Fix the name to match. Assisted-by: Claude:claude-opus-4-6 Signed-off-by: Kit Dallege <xaum.io@gmail.com> Link: https://patch.msgid.link/20260315170931.65852-1-xaum.io@gmail.com Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/backing-dev-defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/backing-dev-defs.h b/include/linux/backing-dev-defs.h
index c88fd4d37d1f..a06b93446d10 100644
--- a/include/linux/backing-dev-defs.h
+++ b/include/linux/backing-dev-defs.h
@@ -237,7 +237,7 @@ static inline void wb_get(struct bdi_writeback *wb)
}
/**
- * wb_put - decrement a wb's refcount
+ * wb_put_many - decrement a wb's refcount
* @wb: bdi_writeback to put
* @nr: number of references to put
*/