Skip to content

Commit c07ccbe

Browse files
sc108-leeigaw
authored andcommitted
print: Add missing fid to string
NVME_FEAT_FID_CTRL_DATA_QUEUE : Controller Data Queue Signed-off-by: Steven Seungcheol Lee <[email protected]>
1 parent 0a1fccc commit c07ccbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nvme-print.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,7 @@ const char *nvme_feature_to_string(enum nvme_features_id feature)
901901
case NVME_FEAT_FID_WRITE_PROTECT: return "Namespace Write Protect";
902902
case NVME_FEAT_FID_FDP: return "Flexible Direct Placement";
903903
case NVME_FEAT_FID_FDP_EVENTS: return "Flexible Direct Placement Events";
904+
case NVME_FEAT_FID_CTRL_DATA_QUEUE: return "Controller Data Queue";
904905
}
905906
/*
906907
* We don't use the "default:" statement to let the compiler warning if

0 commit comments

Comments
 (0)