[PATCH 0/3] bcache: Fix variable assignment in if condition in super.c

From: Florian Schmaus
Date: Mon Jun 18 2018 - 06:09:31 EST


This patch set attempts to improve bcache's super.c code by moving the
assignment of variables out of 'if' conditions. It does not address
all occurences of this style issue (which is reported as error by
checkpatch.pl).

Florian Schmaus (3):
bcache: do not assign in if condition register_bcache()
bcache: do not assign in if condition in bcache_init()
bcache: do not assign in if condition in bcache_device_init()

drivers/md/bcache/super.c | 36 ++++++++++++++++++++++++++----------
1 file changed, 26 insertions(+), 10 deletions(-)

--
2.16.4