nvme: fix typo in status code constant for self-test in progress
authorAlok Tiwari <alok.a.tiwari@oracle.com>
Wed, 25 Jun 2025 04:16:33 +0000 (21:16 -0700)
committerChristoph Hellwig <hch@lst.de>
Thu, 17 Jul 2025 11:38:07 +0000 (13:38 +0200)
commitb5cd5f1e50205831cb078f5c52359004eb1cbe74
tree883e37b631e9b6ee2da3697eff641280a01ef549
parent2e7dd5c1a8ae9532530474e13dec3371b3db4ee0
nvme: fix typo in status code constant for self-test in progress

Correct a typo error in the NVMe status code constant from
NVME_SC_SELT_TEST_IN_PROGRESS to NVME_SC_SELF_TEST_IN_PROGRESS to
accurately reflect its meaning.

Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/constants.c
include/linux/nvme.h