Commit 8d6ce136 authored by Shijie Luo's avatar Shijie Luo Committed by Theodore Ts'o
Browse files

ext4,jbd2: fix comment and code style



Fix comment and remove unneccessary blank.

Signed-off-by: default avatarShijie Luo <luoshijie1@huawei.com>
Reviewed-by: default avatarJan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20200123064325.36358-1-luoshijie1@huawei.com


Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent 0c1cba6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -850,7 +850,7 @@ out:

/*
 * Prepare the write for the inline data.
 * If the the data can be written into the inode, we just read
 * If the data can be written into the inode, we just read
 * the page and make it uptodate, and start the journal.
 * Otherwise read the page, makes it dirty so that it can be
 * handle in writepages(the i_disksize update is left to the
+1 −1

File changed.

Contains only whitespace changes.