[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180618100902.4015-1-flo@geekplace.eu>
Date: Mon, 18 Jun 2018 12:08:59 +0200
From: Florian Schmaus <flo@...kplace.eu>
To: Coly Li <colyli@...e.de>,
Kent Overstreet <kent.overstreet@...il.com>,
linux-bcache@...r.kernel.org
Cc: Florian Schmaus <flo@...kplace.eu>, linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] bcache: Fix variable assignment in if condition in super.c
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
Powered by blists - more mailing lists