diff options
author | Jack Qiu <jack.qiu@huawei.com> | 2021-04-09 12:20:35 +0800 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2021-04-09 23:24:52 -0400 |
commit | 666245d9a436d9b98c975ca19d0a707d600d8666 (patch) | |
tree | 8390a06d155d48c135424d03fb9a0215cfda2ad6 /fs/ext4/namei.c | |
parent | 3088e5a5153cda27ec26461e5edf2821e15e802c (diff) | |
download | linux-666245d9a436d9b98c975ca19d0a707d600d8666.tar.gz linux-666245d9a436d9b98c975ca19d0a707d600d8666.tar.bz2 linux-666245d9a436d9b98c975ca19d0a707d600d8666.zip |
ext4: fix trailing whitespace
Made suggested modifications from checkpatch in reference to ERROR:
trailing whitespace
Signed-off-by: Jack Qiu <jack.qiu@huawei.com>
Reviewed-by: Ritesh Harjani <riteshh@linux.ibm.com>
Link: https://lore.kernel.org/r/20210409042035.15516-1-jack.qiu@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/namei.c')
-rw-r--r-- | fs/ext4/namei.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c index 610cb0636ee7..680fc3211cbf 100644 --- a/fs/ext4/namei.c +++ b/fs/ext4/namei.c @@ -2234,10 +2234,10 @@ static int make_indexed_dir(handle_t *handle, struct ext4_filename *fname, retval = ext4_handle_dirty_dx_node(handle, dir, frame->bh); if (retval) - goto out_frames; + goto out_frames; retval = ext4_handle_dirty_dirblock(handle, dir, bh2); if (retval) - goto out_frames; + goto out_frames; de = do_split(handle,dir, &bh2, frame, &fname->hinfo); if (IS_ERR(de)) { @@ -3469,7 +3469,7 @@ static int ext4_symlink(struct user_namespace *mnt_userns, struct inode *dir, * for transaction commit if we are running out of space * and thus we deadlock. So we have to stop transaction now * and restart it when symlink contents is written. - * + * * To keep fs consistent in case of crash, we have to put inode * to orphan list in the mean time. */ |