Re: [f2fs-dev] [PATCH] f2fs: logging neatening

2021-05-27 Thread Chao Yu
On 2021/5/27 4:05, Joe Perches wrote: Update the logging uses that have unnecessary newlines as the f2fs_printk function and so its f2fs_ 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.

[f2fs-dev] [PATCH] f2fs: logging neatening

2021-05-26 Thread Joe Perches
Update the logging uses that have unnecessary newlines as the f2fs_printk function and so its f2fs_ 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 Alig