]> www.infradead.org Git - users/sagi/blktests.git/commit
nvme/{003,004,005,013,046,049}: Group all variables declarations
authorDaniel Wagner <dwagner@suse.de>
Fri, 11 Aug 2023 09:36:02 +0000 (11:36 +0200)
committerShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Thu, 17 Aug 2023 01:24:54 +0000 (10:24 +0900)
commitf16c82af72e0958d1fbceca9719e2234f1f37fe2
treea456552c235dbeba91501b7cdfd45c2879e0a54a
parentec61ff749846ac07f3e08896c5bfbb20283ca88f
nvme/{003,004,005,013,046,049}: Group all variables declarations

Group all variable declarations together at the beginning of the
function. Many of the nvme tests do this but not all. Thus make these
tests use the same style. This allows to spot the odd balls in the
refactoring of the tests.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
tests/nvme/003
tests/nvme/004
tests/nvme/005
tests/nvme/013
tests/nvme/046
tests/nvme/049