diff options
author | Shijie Luo <luoshijie1@huawei.com> | 2020-01-23 01:43:25 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2020-01-25 02:24:53 -0500 |
commit | 8d6ce136790268fba2fc66cb8d6fa2161d4b2385 (patch) | |
tree | 160ff2b05e6c5ba19f51b0ca680142ed8a52fc1b /fs/ext4/inline.c | |
parent | 0c1cba6cca862c56bf8cb726314e5196505017f6 (diff) | |
download | linux-stable-8d6ce136790268fba2fc66cb8d6fa2161d4b2385.tar.gz linux-stable-8d6ce136790268fba2fc66cb8d6fa2161d4b2385.tar.bz2 linux-stable-8d6ce136790268fba2fc66cb8d6fa2161d4b2385.zip |
ext4,jbd2: fix comment and code style
Fix comment and remove unneccessary blank.
Signed-off-by: Shijie Luo <luoshijie1@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20200123064325.36358-1-luoshijie1@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/inline.c')
-rw-r--r-- | fs/ext4/inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inline.c b/fs/ext4/inline.c index e61603f47035..fad82d08fca5 100644 --- a/fs/ext4/inline.c +++ b/fs/ext4/inline.c @@ -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 |