Skip to content

Commit e3bc0c4

Browse files
KunWuChanakpm00
authored andcommitted
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>
1 parent bf5add3 commit e3bc0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ocfs2/buffer_head_io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ int ocfs2_read_blocks(struct ocfs2_caching_info *ci, u64 block, int nr,
345345
if (new_bh && bh) {
346346
/* If middle bh fails, let previous bh
347347
* finish its read and then put it to
348-
* aovoid bh leak
348+
* avoid bh leak
349349
*/
350350
if (!buffer_jbd(bh))
351351
wait_on_buffer(bh);

0 commit comments

Comments
 (0)