The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=081c22db8507cdc12e6f7d71230af34d1b4dd1af
commit 081c22db8507cdc12e6f7d71230af34d1b4dd1af Author: John Baldwin <[email protected]> AuthorDate: 2023-08-15 18:05:30 +0000 Commit: John Baldwin <[email protected]> CommitDate: 2023-08-15 18:06:58 +0000 nvme.h: Fix a comment typo in admin opcode enum Sponsored by: Chelsio Communications --- sys/dev/nvme/nvme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/nvme/nvme.h b/sys/dev/nvme/nvme.h index b63a7d0bf270..150b9ad02479 100644 --- a/sys/dev/nvme/nvme.h +++ b/sys/dev/nvme/nvme.h @@ -855,7 +855,7 @@ enum nvme_admin_opcode { NVME_OPC_CAPACITY_MANAGEMENT = 0x20, /* 0x21-0x23 - reserved */ NVME_OPC_LOCKDOWN = 0x24, - /* 0x15-0x7b - reserved */ + /* 0x25-0x7b - reserved */ NVME_OPC_DOORBELL_BUFFER_CONFIG = 0x7c, /* 0x7d-0x7e - reserved */ NVME_OPC_FABRICS_COMMANDS = 0x7f,
