From: Tokunori Ikegami Date: Sun, 17 Mar 2024 06:37:09 +0000 (+0900) Subject: types: Fix enum nvme_pel_rci documentation error X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=07b943805fe535552d86ab93b1f5d68d0f775f87;p=users%2Fsagi%2Flibnvme.git 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 --- diff --git a/src/nvme/types.h b/src/nvme/types.h index e336b46a..b3dbb6b3 100644 --- a/src/nvme/types.h +++ b/src/nvme/types.h @@ -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,