Skip to content

Commit 2aab03b

Browse files
Xiang wangxjankara
authored andcommitted
fs: Fix syntax errors in comments
Delete the redundant word 'not'. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Xiang wangx <[email protected]> Signed-off-by: Jan Kara <[email protected]>
1 parent f2906aa commit 2aab03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ext2/inode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@ static int __ext2_write_inode(struct inode *inode, int do_sync)
15491549
if (IS_ERR(raw_inode))
15501550
return -EIO;
15511551

1552-
/* For fields not not tracking in the in-memory inode,
1552+
/* For fields not tracking in the in-memory inode,
15531553
* initialise them to zero for new inodes. */
15541554
if (ei->i_state & EXT2_STATE_NEW)
15551555
memset(raw_inode, 0, EXT2_SB(sb)->s_inode_size);

0 commit comments

Comments
 (0)