File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3604,7 +3604,7 @@ struct nvme_channel_config_desc {
36043604};
36053605
36063606/**
3607- * struct nvme_channel_config_desc -
3607+ * struct nvme_end_grp_chan_desc -
36083608 * @egchans: Number of Channels
36093609 *
36103610 * Endurance group Channel Configuration Descriptor
@@ -4165,10 +4165,10 @@ struct nvme_feat_host_behavior {
41654165};
41664166
41674167/**
4168- * enum -
4168+ * enum nvme_host_behavior_support -
41694169 * @NVME_ENABLE_ACRE:
41704170 */
4171- enum {
4171+ enum nvme_host_behavior_support {
41724172 NVME_ENABLE_ACRE = 1 << 0 ,
41734173};
41744174
@@ -4315,11 +4315,11 @@ struct nvme_id_directives {
43154315};
43164316
43174317/**
4318- * enum -
4318+ * enum nvme_directive_types -
43194319 * @NVME_ID_DIR_ID_BIT: Identify directive is supported
43204320 * @NVME_ID_DIR_SD_BIT: Streams directive is supported
43214321 */
4322- enum {
4322+ enum nvme_directive_types {
43234323 NVME_ID_DIR_ID_BIT = 0 ,
43244324 NVME_ID_DIR_SD_BIT = 1 ,
43254325};
You can’t perform that action at this time.
0 commit comments