public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6/9] writeback: fix kernel-doc function name mismatch for wb_put_many()
@ 2026-03-15 15:35 Kit Dallege
  0 siblings, 0 replies; only message in thread
From: Kit Dallege @ 2026-03-15 15:35 UTC (permalink / raw)
  To: Jan Kara, Christian Brauner
  Cc: linux-fsdevel, linux-kernel, Kit Dallege, Claude

The kernel-doc comment says wb_put but the actual function is
wb_put_many. Fix the name to match.

Assisted-by: Claude <noreply@anthropic.com>
Signed-off-by: Kit Dallege <xaum.io@gmail.com>
---
 include/linux/backing-dev-defs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
  */
-- 
2.53.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-03-15 15:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-15 15:35 [PATCH 6/9] writeback: fix kernel-doc function name mismatch for wb_put_many() Kit Dallege

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox