Skip to content

Commit e4420f8

Browse files
committed
fabrics: Change string for NVMF_DISC_EFLAGS_NONE
'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 <[email protected]>
1 parent 4df1f0d commit e4420f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nvme/fabrics.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const char *nvmf_treq_str(__u8 treq)
114114
}
115115

116116
static const char * const eflags_strings[] = {
117-
[NVMF_DISC_EFLAGS_NONE] = "not specified",
117+
[NVMF_DISC_EFLAGS_NONE] = "none",
118118
[NVMF_DISC_EFLAGS_EPCSD] = "explicit discovery connections",
119119
[NVMF_DISC_EFLAGS_DUPRETINFO] = "duplicate discovery information",
120120
[NVMF_DISC_EFLAGS_EPCSD |

0 commit comments

Comments
 (0)