From 07b943805fe535552d86ab93b1f5d68d0f775f87 Mon Sep 17 00:00:00 2001 From: Tokunori Ikegami Date: Sun, 17 Mar 2024 15:37:09 +0900 Subject: [PATCH] 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 --- src/nvme/types.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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, -- 2.49.0