]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
types: Fix enum nvme_pel_rci documentation error
authorTokunori Ikegami <ikegami.t@gmail.com>
Sun, 17 Mar 2024 06:37:09 +0000 (15:37 +0900)
committerDaniel Wagner <wagi@monom.org>
Mon, 18 Mar 2024 17:32:11 +0000 (18:32 +0100)
Correct to nvme_persistent_event_log.rci from nvme_st_result.dsts.

Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
src/nvme/types.h

index e336b46a5062a9e3591f221fc4c3ed3499ec3c01..b3dbb6b3bf072f546bf57ba24efbbf6150cad80d 100644 (file)
@@ -3350,13 +3350,13 @@ struct nvme_persistent_event_log {
  * @NVME_PEL_RCI_RSVD_SHIFT:   Shift amount to get the reserved reporting context
  *                             from the &struct nvme_persistent_event_log.rci field.
  * @NVME_PEL_RCI_RCPID_MASK:   Mask to get the reporting context port identifier from
- *                             the &struct nvme_st_result.dsts field.
+ *                             the &struct nvme_persistent_event_log.rci field.
  * @NVME_PEL_RCI_RCPIT_MASK:   Mask to get the reporting context port identifier type from
- *                             the &struct nvme_st_result.dsts field.
+ *                             the &struct nvme_persistent_event_log.rci field.
  * @NVME_PEL_RCI_RCE_MASK:     Mask to get the reporting context exists from
- *                             the &struct nvme_st_result.dsts field.
+ *                             the &struct nvme_persistent_event_log.rci field.
  * @NVME_PEL_RCI_RSVD_MASK:    Mask to get the reserved reporting context from
- *                             the &struct nvme_st_result.dsts field.
+ *                             the &struct nvme_persistent_event_log.rci field.
  */
 enum nvme_pel_rci {
        NVME_PEL_RCI_RCPID_SHIFT        = 0,