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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Kit Dallege and committed by
Christian Brauner
2727d44f f7df2687

+1 -1
+1 -1
include/linux/backing-dev-defs.h
··· 237 237 } 238 238 239 239 /** 240 - * wb_put - decrement a wb's refcount 240 + * wb_put_many - decrement a wb's refcount 241 241 * @wb: bdi_writeback to put 242 242 * @nr: number of references to put 243 243 */