]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
writeback: fix kernel-doc function name mismatch for wb_put_many()
authorKit Dallege <xaum.io@gmail.com>
Sun, 15 Mar 2026 17:09:31 +0000 (18:09 +0100)
committerChristian Brauner <brauner@kernel.org>
Tue, 17 Mar 2026 14:18:54 +0000 (15:18 +0100)
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>
include/linux/backing-dev-defs.h

index c88fd4d37d1fb17dbd6f80f48b804b48c284014f..a06b93446d101a4e1457bf5272a5f1e0ef19720c 100644 (file)
@@ -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
  */