f2fs: logging neatening
authorJoe Perches <joe@perches.com>
Wed, 26 May 2021 20:05:36 +0000 (13:05 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 23 Jun 2021 08:09:34 +0000 (01:09 -0700)
commit833dcd35453713ced96e086daecf7f023709e6a4
tree33369c46728601e50059751e3ebd27d27655d55f
parentc61404153eb683da9c35aad133131554861ed561
f2fs: logging neatening

Update the logging uses that have unnecessary newlines as the f2fs_printk
function and so its f2fs_<level> macro callers already adds one.

This allows searching single line logging entries with an easier grep and
also avoids unnecessary blank lines in the logging.

Miscellanea:

o Coalesce formats
o Align to open parenthesis

Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c
fs/f2fs/file.c
fs/f2fs/gc.c
fs/f2fs/segment.c
fs/f2fs/super.c