From: Julia Lawall Date: Sat, 21 May 2022 11:10:42 +0000 (+0200) Subject: writeback: fix typo in comment X-Git-Tag: v5.19-rc1~149^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2999e1e387271b3216c44168b0c5cc69f647f155;p=thirdparty%2Fkernel%2Flinux.git writeback: fix typo in comment Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Link: https://lore.kernel.org/r/20220521111145.81697-32-Julia.Lawall@inria.fr Signed-off-by: Julia Lawall Signed-off-by: Jan Kara --- diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c index 591fe9cf16593..00e4813340571 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.