From: lijie Date: Mon, 29 Oct 2018 13:03:49 +0000 (+0800) Subject: nvme-cli:fix a typo in SELF-TEST log X-Git-Tag: v1.7~37 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bff4bb6beeea19ec2319e3a5271d8e13aaaaf6c2;p=users%2Fsagi%2Fnvme-cli.git nvme-cli:fix a typo in SELF-TEST log This patch fixes a typo in SELF-TEST log. --- diff --git a/nvme-print.c b/nvme-print.c index 3195cdcc..4cf46092 100644 --- a/nvme-print.c +++ b/nvme-print.c @@ -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",