Skip to content

Commit 2999e1e

Browse files
JuliaLawalljankara
authored andcommitted
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 <Julia.Lawall@inria.fr> Signed-off-by: Jan Kara <jack@suse.cz>
1 parent 08ba325 commit 2999e1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/fs-writeback.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ EXPORT_SYMBOL_GPL(wbc_attach_and_unlock_inode);
738738
* incorrectly attributed).
739739
*
740740
* To resolve this issue, cgroup writeback detects the majority dirtier of
741-
* an inode and transfers the ownership to it. To avoid unnnecessary
741+
* an inode and transfers the ownership to it. To avoid unnecessary
742742
* oscillation, the detection mechanism keeps track of history and gives
743743
* out the switch verdict only if the foreign usage pattern is stable over
744744
* a certain amount of time and/or writeback attempts.

0 commit comments

Comments
 (0)