Skip to content

Commit 07b9438

Browse files
ikegami-tigaw
authored andcommitted
types: Fix enum nvme_pel_rci documentation error
Correct to nvme_persistent_event_log.rci from nvme_st_result.dsts. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent d0c64d4 commit 07b9438

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/nvme/types.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3350,13 +3350,13 @@ struct nvme_persistent_event_log {
33503350
* @NVME_PEL_RCI_RSVD_SHIFT: Shift amount to get the reserved reporting context
33513351
* from the &struct nvme_persistent_event_log.rci field.
33523352
* @NVME_PEL_RCI_RCPID_MASK: Mask to get the reporting context port identifier from
3353-
* the &struct nvme_st_result.dsts field.
3353+
* the &struct nvme_persistent_event_log.rci field.
33543354
* @NVME_PEL_RCI_RCPIT_MASK: Mask to get the reporting context port identifier type from
3355-
* the &struct nvme_st_result.dsts field.
3355+
* the &struct nvme_persistent_event_log.rci field.
33563356
* @NVME_PEL_RCI_RCE_MASK: Mask to get the reporting context exists from
3357-
* the &struct nvme_st_result.dsts field.
3357+
* the &struct nvme_persistent_event_log.rci field.
33583358
* @NVME_PEL_RCI_RSVD_MASK: Mask to get the reserved reporting context from
3359-
* the &struct nvme_st_result.dsts field.
3359+
* the &struct nvme_persistent_event_log.rci field.
33603360
*/
33613361
enum nvme_pel_rci {
33623362
NVME_PEL_RCI_RCPID_SHIFT = 0,

0 commit comments

Comments
 (0)