All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] writeback: fix typo in comment
@ 2022-05-21 11:10 Julia Lawall
  2022-05-23 15:40 ` Jan Kara
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2022-05-21 11:10 UTC (permalink / raw)
  To: Alexander Viro; +Cc: kernel-janitors, linux-fsdevel, linux-kernel

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 fs/fs-writeback.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
index a1074a26e784..a21d8f1a56d1 100644
--- a/fs/fs-writeback.c
+++ b/fs/fs-writeback.c
@@ -738,7 +738,7 @@ EXPORT_SYMBOL_GPL(wbc_attach_and_unlock_inode);
  * incorrectly attributed).
  *
  * To resolve this issue, cgroup writeback detects the majority dirtier of
- * an inode and transfers the ownership to it.  To avoid unnnecessary
+ * an inode and transfers the ownership to it.  To avoid unnecessary
  * oscillation, the detection mechanism keeps track of history and gives
  * out the switch verdict only if the foreign usage pattern is stable over
  * a certain amount of time and/or writeback attempts.


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

* Re: [PATCH] writeback: fix typo in comment
  2022-05-21 11:10 [PATCH] writeback: fix typo in comment Julia Lawall
@ 2022-05-23 15:40 ` Jan Kara
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kara @ 2022-05-23 15:40 UTC (permalink / raw)
  To: Julia Lawall; +Cc: Alexander Viro, kernel-janitors, linux-fsdevel, linux-kernel

On Sat 21-05-22 13:10:42, Julia Lawall wrote:
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Thanks. I've taken the fix to my tree.

								Honza


> diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
> index a1074a26e784..a21d8f1a56d1 100644
> --- a/fs/fs-writeback.c
> +++ b/fs/fs-writeback.c
> @@ -738,7 +738,7 @@ EXPORT_SYMBOL_GPL(wbc_attach_and_unlock_inode);
>   * incorrectly attributed).
>   *
>   * To resolve this issue, cgroup writeback detects the majority dirtier of
> - * an inode and transfers the ownership to it.  To avoid unnnecessary
> + * an inode and transfers the ownership to it.  To avoid unnecessary
>   * oscillation, the detection mechanism keeps track of history and gives
>   * out the switch verdict only if the foreign usage pattern is stable over
>   * a certain amount of time and/or writeback attempts.
> 
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

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

end of thread, other threads:[~2022-05-23 15:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 11:10 [PATCH] writeback: fix typo in comment Julia Lawall
2022-05-23 15:40 ` Jan Kara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.