Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dnvme_ioctls.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ enum {
* define a unique value for allocating contiguous memory for CQ.
*/
#define NVME_IOCTL_PREPARE_CQ_CREATION _IOWR('N', NVME_PREPARE_CQ_CREATION, \
struct nvme_prep_sq)
struct nvme_prep_cq)

/**
* @def NVME_IOCTL_RING_SQ_DOORBELL
Expand Down