From b91ef5c72dbe04d124959e55f616a95ab4682f46 Mon Sep 17 00:00:00 2001 From: Tokunori Ikegami Date: Wed, 16 Jul 2025 01:10:29 +0900 Subject: [PATCH] ioctl: fix nvme_get_log_endurance_grp_evt() description Correct the copy error description. Signed-off-by: Tokunori Ikegami --- src/nvme/ioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvme/ioctl.h b/src/nvme/ioctl.h index 5027057f3..7d326e012 100644 --- a/src/nvme/ioctl.h +++ b/src/nvme/ioctl.h @@ -2021,7 +2021,7 @@ static inline int nvme_get_log_lba_status(int fd, bool rae, } /** - * nvme_get_log_endurance_grp_evt() - Retrieve Rotational Media Information + * nvme_get_log_endurance_grp_evt() - Retrieve Endurance Group Event Aggregate * @fd: File descriptor of nvme device * @rae: Retain asynchronous events * @offset: Offset to the start of the log page