scsi: core: Really include kunit tests with SCSI_LIB_KUNIT_TEST
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 7 Feb 2024 14:56:03 +0000 (15:56 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 13 Feb 2024 01:37:29 +0000 (20:37 -0500)
commitf7c7190f49b8486fac3b9d499e826bf724f94652
treeb7fecdf2e25508e0497d0592dd5ceb7ba9e8fab4
parent4ad9465365378d696545a337c4b1a28277de84d7
scsi: core: Really include kunit tests with SCSI_LIB_KUNIT_TEST

Commit 25a1f7a0a1fe ("scsi: core: Add kunit tests for
scsi_check_passthrough()") adds the config SCSI_LIB_KUNIT_TEST and
corresponding tests. Due to naming confusion, the actual tests would only
be included when the non-existing config SCSI_KUNIT_TEST is enabled (note
this missing 'LIB' in the config name). So, they are basically dead right
now.

Adjust the name to actual existing config.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20240207145603.15680-1-lukas.bulwahn@gmail.com
Reviewed-by: Mike Christie <michael.christie@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_lib.c