mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2] writeback: fix kernel-doc function name mismatch for wb_put_many()
@ 2026-03-15 17:09 Kit Dallege
  2026-03-17  8:10 ` Jan Kara
  2026-03-17 14:19 ` Christian Brauner
  0 siblings, 2 replies; 3+ messages in thread
From: Kit Dallege @ 2026-03-15 17:09 UTC (permalink / raw)
  To: Jan Kara, Christian Brauner; +Cc: linux-fsdevel, linux-kernel

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>
---
 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	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] writeback: fix kernel-doc function name mismatch for wb_put_many()
  2026-03-15 17:09 [PATCH v2] writeback: fix kernel-doc function name mismatch for wb_put_many() Kit Dallege
@ 2026-03-17  8:10 ` Jan Kara
  2026-03-17 14:19 ` Christian Brauner
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Kara @ 2026-03-17  8:10 UTC (permalink / raw)
  To: Kit Dallege; +Cc: Jan Kara, Christian Brauner, linux-fsdevel, linux-kernel

On Sun 15-03-26 18:09:31, Kit Dallege wrote:
> 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>

Looks good. Feel free to add:

Reviewed-by: Jan Kara <jack@suse.cz>

								Honza

> ---
>  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
> 
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] writeback: fix kernel-doc function name mismatch for wb_put_many()
  2026-03-15 17:09 [PATCH v2] writeback: fix kernel-doc function name mismatch for wb_put_many() Kit Dallege
  2026-03-17  8:10 ` Jan Kara
@ 2026-03-17 14:19 ` Christian Brauner
  1 sibling, 0 replies; 3+ messages in thread
From: Christian Brauner @ 2026-03-17 14:19 UTC (permalink / raw)
  To: Kit Dallege; +Cc: Christian Brauner, linux-fsdevel, linux-kernel, Jan Kara

On Sun, 15 Mar 2026 18:09:31 +0100, Kit Dallege wrote:
> The kernel-doc comment says wb_put but the actual function is
> wb_put_many. Fix the name to match.

Applied to the vfs-7.1.misc branch of the vfs/vfs.git tree.
Patches in the vfs-7.1.misc branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs-7.1.misc

[1/1] writeback: fix kernel-doc function name mismatch for wb_put_many()
      https://git.kernel.org/vfs/vfs/c/2727d44f5d5b

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-17 14:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-15 17:09 [PATCH v2] writeback: fix kernel-doc function name mismatch for wb_put_many() Kit Dallege
2026-03-17  8:10 ` Jan Kara
2026-03-17 14:19 ` Christian Brauner

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

all inboxes | Powered by JetHome®