Skip to content

Commit 660d393

Browse files
committed
types: Fix doc description
Signed-off-by: Daniel Wagner <[email protected]>
1 parent 022a63d commit 660d393

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/nvme/types.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)