Hi Jens, These two patches are in my testing directory for weeks and it is about time to submit them for Linux v5.7-rc5. The first one from Colin helps to remove unncessary local variables. And Joe contributes second patch to improve the kernel message format by remove extra '\n' from existing pr_format() and adds the '\n' to the location of printing kernel messages. Please them for v5.7. Thank you in advance. Coly Li --- Colin Ian King (1): bcache: remove redundant variables i and n Joe Perches (1): bcache: Convert pr_<level> uses to a more typical style drivers/md/bcache/bcache.h | 2 +- drivers/md/bcache/bset.c | 6 +- drivers/md/bcache/btree.c | 16 ++--- drivers/md/bcache/extents.c | 12 ++-- drivers/md/bcache/io.c | 8 +-- drivers/md/bcache/journal.c | 34 +++++----- drivers/md/bcache/request.c | 6 +- drivers/md/bcache/super.c | 123 +++++++++++++++++----------------- drivers/md/bcache/sysfs.c | 8 +-- drivers/md/bcache/writeback.c | 6 +- 10 files changed, 110 insertions(+), 111 deletions(-) -- 2.25.0