Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down