nvme.h: Fix a comment typo in admin opcode enum

Sponsored by:	Chelsio Communications
This commit is contained in:
John Baldwin 2023-08-15 11:05:30 -07:00
parent 14e78a3656
commit 081c22db85

View File

@ -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,