]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
nvme-cli:fix a typo in SELF-TEST log
authorlijie <lijie34@huawei.com>
Mon, 29 Oct 2018 13:03:49 +0000 (21:03 +0800)
committerKeith Busch <keith.busch@intel.com>
Mon, 29 Oct 2018 15:25:05 +0000 (09:25 -0600)
This patch fixes a typo in SELF-TEST log.

nvme-print.c

index 3195cdcc9bfdcfd35f819926297bd860e0cbc6b1..4cf4609230d382453b7c8beb1b3ceb1bd10155cb 100644 (file)
@@ -1482,7 +1482,7 @@ void show_self_test_log(struct nvme_self_test_log *self_test, const char *devnam
                "Operation was aborted due to a removal of a namespace from the namespace inventory",
                "Operation was aborted due to the processing of a Format NVM command",
                "A fatal error or unknown test error occurred while the controller was executing the"\
-               " device self-test operation andthe operation did not complete",
+               " device self-test operation and the operation did not complete",
                "Operation completed with a segment that failed and the segment that failed is not known",
                "Operation completed with one or more failed segments and the first segment that failed "\
                "is indicated in the SegmentNumber field",