Skip to content

Commit

Permalink
fs: Fix syntax errors in comments
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Xiang wangx authored and jankara committed Jun 6, 2022
1 parent f2906aa commit 2aab03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext2/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ static int __ext2_write_inode(struct inode *inode, int do_sync)
if (IS_ERR(raw_inode))
return -EIO;

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

0 comments on commit 2aab03b

Please sign in to comment.