Skip to content

Commit e312c97

Browse files
Liu xuzhijankara
authored andcommitted
fs/ext2/: fix misspellings using codespell tool
A typo is found out by codespell tool in 1107th lines of super.c: $ codespell ./fs/ext2/ ./super.c:1107: fileystem ==> filesystem Fix a typo found by codespell. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Liu xuzhi <[email protected]> Signed-off-by: Jan Kara <[email protected]>
1 parent f998d7d commit e312c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ext2/super.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ static int ext2_fill_super(struct super_block *sb, void *data, int silent)
11041104
get_random_bytes(&sbi->s_next_generation, sizeof(u32));
11051105
spin_lock_init(&sbi->s_next_gen_lock);
11061106

1107-
/* per fileystem reservation list head & lock */
1107+
/* per filesystem reservation list head & lock */
11081108
spin_lock_init(&sbi->s_rsv_window_lock);
11091109
sbi->s_rsv_window_root = RB_ROOT;
11101110
/*

0 commit comments

Comments
 (0)