commit | a794df0ecdd557961a0302062f5a7a5f500a8542 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Jan 11 14:17:30 2018 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jan 11 14:17:30 2018 -0500 |
tree | 9e5e0d3ae460349f5ff9fa9616661f8169c2abb6 | |
parent | 9f0372488cc9243018a812e8cfbf27de650b187b [diff] |
ext4: fix incorrect indentation of if statement The indentation is incorrect and spaces need replacing with a tab on the if statement. Cleans up smatch warning: fs/ext4/namei.c:3220 ext4_link() warn: inconsistent indenting Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Jan Kara <jack@suse.cz>