f2fs: code clean and fix a type error
authorZhang Qilong <zhangqilong3@huawei.com>
Wed, 14 Sep 2022 01:33:22 +0000 (09:33 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Oct 2022 20:31:44 +0000 (13:31 -0700)
commit544b53dadc208278fd0796f2c22ea24a3fe16564
treedc46d6bd2fbedd83b10c1ab455f64611307a7dc9
parenta834aa3ec95b0d1a465854b27016eec1af2f0e1f
f2fs: code clean and fix a type error

ERROR: code indent should use tabs where possible
ERROR: spaces required around that ':'
ERROR: incorrect tab

Found serveral code type errors when review the code and fix it.
There is no function change.

Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c
fs/f2fs/debug.c
fs/f2fs/extent_cache.c
fs/f2fs/file.c
fs/f2fs/node.c