From ebbc6605321ca554624726b638e81289cd1d1cb0 Mon Sep 17 00:00:00 2001 From: Tokunori Ikegami Date: Sun, 25 May 2025 01:49:37 +0900 Subject: [PATCH] nvme: change NS management status message as error Since actually the message output by the error case. Signed-off-by: Tokunori Ikegami --- nvme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvme.c b/nvme.c index 2781904c83..5992335418 100644 --- a/nvme.c +++ b/nvme.c @@ -2864,7 +2864,7 @@ static void ns_mgmt_show_status(struct nvme_dev *dev, int err, char *cmd, __u32 } else { nvme_show_status(err); if (!is_ns_mgmt_support(dev)) - nvme_show_result("NS management and attachment not supported"); + nvme_show_error("NS management and attachment not supported"); } nvme_show_finish();