The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=8a766c9e81c3d9638fd0a1c3c2aa51cee2379539
commit 8a766c9e81c3d9638fd0a1c3c2aa51cee2379539 Author: Warner Losh <[email protected]> AuthorDate: 2025-11-19 00:00:12 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2025-11-24 16:23:18 +0000 nvme: Fix some comments Tweak a couple of comments and fix a spelling error. Sponsored by: Netflix --- sys/dev/nvme/nvme.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/dev/nvme/nvme.h b/sys/dev/nvme/nvme.h index c8eba3df9c2a..3de65a4a481f 100644 --- a/sys/dev/nvme/nvme.h +++ b/sys/dev/nvme/nvme.h @@ -1540,8 +1540,7 @@ enum nvme_log_page { /* 0xC0-0xFF - vendor specific */ /* - * The following are Intel Specific log pages, but they seem - * to be widely implemented. + * The following are Intel Specific log pages for older models. */ INTEL_LOG_READ_LAT_LOG = 0xc1, INTEL_LOG_WRITE_LAT_LOG = 0xc2, @@ -1550,7 +1549,7 @@ enum nvme_log_page { INTEL_LOG_DRIVE_MKT_NAME = 0xdd, /* - * HGST log page, with lots ofs sub pages. + * HGST log page, with lots of sub pages. */ HGST_INFO_LOG = 0xc1, };
