]> www.infradead.org Git - users/hch/blktests.git/commit
nvme/rc: replace SKIP_REASON with SKIP_REASONS
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Fri, 22 Jul 2022 00:28:02 +0000 (09:28 +0900)
committerShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Fri, 22 Jul 2022 00:28:02 +0000 (09:28 +0900)
commit382881f3012ad69d52f3c65c0855093a9ec3b3df
tree321c6e6691cfe4167f7220d9b246b615c2deeefe
parent195a48051b6a6df46527024ec47067c466ecb760
nvme/rc: replace SKIP_REASON with SKIP_REASONS

The commit 5c2012764cbc (common, tests: Print multiple skip reasons)
changed the variable SKIP_REASON to the array SKIP_REASONS. The commit
e9828f1646cd ("nvme/rc: Fixup SKIP_REASON usage") changed SKIP_REASON
usage from variable to array, but did not change the name. Just add 'S'
to fix it.

Fixes: e9828f1646cd ("nvme/rc: Fixup SKIP_REASON usage")
Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
tests/nvme/rc