nvme/identify: fix Error Recovery Timeout spacing

Change-Id: I4c2f04d72ab80c5341d6d2e5390e9d835c4a67be
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-08-24 13:18:55 -07:00
parent b58995588c
commit 76af27c0fc

View File

@ -491,7 +491,7 @@ print_controller(struct spdk_nvme_ctrlr *ctrlr, struct spdk_pci_device *pci_dev)
printf("%d\n", 4096 * (1 << cdata->mdts));
if (features[SPDK_NVME_FEAT_ERROR_RECOVERY].valid) {
unsigned tler = features[SPDK_NVME_FEAT_ERROR_RECOVERY].result & 0xFFFF;
printf("Error Recovery Timeout: ");
printf("Error Recovery Timeout: ");
if (tler == 0) {
printf("Unlimited\n");
} else {