diff options
author | Kunwu Chan <chentao@kylinos.cn> | 2023-10-25 09:29:06 +0200 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-11-01 20:46:59 +0100 |
commit | e3bc0c427f2aee757c249e0f087b0a0e810d66e3 (patch) | |
tree | b3b88c7af06b91957b35556ca1f32309e0713e9f | |
parent | proc: test ProtectionKey in proc-empty-vm test (diff) | |
download | linux-e3bc0c427f2aee757c249e0f087b0a0e810d66e3.tar.xz linux-e3bc0c427f2aee757c249e0f087b0a0e810d66e3.zip |
ocfs2: fix a spelling typo in comment
Fix a spelling typo in comment.
Link: https://lkml.kernel.org/r/20231025072906.14285-1-chentao@kylinos.cn
Signed-off-by: Kunwu Chan <chentao@kylinos.cn>
Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r-- | fs/ocfs2/buffer_head_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/buffer_head_io.c b/fs/ocfs2/buffer_head_io.c index 6cb919f60011..cdb9b9bdea1f 100644 --- a/fs/ocfs2/buffer_head_io.c +++ b/fs/ocfs2/buffer_head_io.c @@ -345,7 +345,7 @@ read_failure: if (new_bh && bh) { /* If middle bh fails, let previous bh * finish its read and then put it to - * aovoid bh leak + * avoid bh leak */ if (!buffer_jbd(bh)) wait_on_buffer(bh); |