diff options
| author | Julia Lawall <[email protected]> | 2022-05-21 11:10:42 +0000 |
|---|---|---|
| committer | Jan Kara <[email protected]> | 2022-05-23 15:39:20 +0000 |
| commit | 2999e1e387271b3216c44168b0c5cc69f647f155 (patch) | |
| tree | 660dbc5daa0ce3f8f0098d35413254f09006533a | |
| parent | fs: ext2: Fix duplicate included linux/dax.h (diff) | |
| download | kernel-2999e1e387271b3216c44168b0c5cc69f647f155.tar.gz kernel-2999e1e387271b3216c44168b0c5cc69f647f155.zip | |
writeback: fix typo in comment
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Julia Lawall <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
| -rw-r--r-- | fs/fs-writeback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c index 591fe9cf1659..00e481334057 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. |
