'nvme discovery' returns for NFMF_DISC_EFLAGS_NONE 'not specified' which
seems to be a copy past error.
Fixes: 43aa825464e5 ("fabrics: Change string for NVMF_DISC_EFLAGS_NONE")
Signed-off-by: Daniel Wagner <dwagner@suse.de>
}
static const char * const eflags_strings[] = {
- [NVMF_DISC_EFLAGS_NONE] = "not specified",
+ [NVMF_DISC_EFLAGS_NONE] = "none",
[NVMF_DISC_EFLAGS_EPCSD] = "explicit discovery connections",
[NVMF_DISC_EFLAGS_DUPRETINFO] = "duplicate discovery information",
[NVMF_DISC_EFLAGS_EPCSD |