diff options
| author | Warner Losh <imp@FreeBSD.org> | 2025-11-19 00:00:12 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2025-11-24 16:23:18 +0000 |
| commit | 8a766c9e81c3d9638fd0a1c3c2aa51cee2379539 (patch) | |
| tree | dd950578b5bf6a7c614d2d001dce5fa17cc6eda0 | |
| parent | 828df4d36d9d5a6ca0dcc294d65572b4a0474142 (diff) | |
nvme: Fix some comments
Tweak a couple of comments and fix a spelling error.
Sponsored by: Netflix
| -rw-r--r-- | sys/dev/nvme/nvme.h | 5 |
1 files 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, }; |
