diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/block/nvme-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/nvme-core.c b/drivers/block/nvme-core.c index 1f98040cf677..d0cfb85d5582 100644 --- a/drivers/block/nvme-core.c +++ b/drivers/block/nvme-core.c | |||
@@ -93,6 +93,7 @@ static inline void _nvme_check_size(void) | |||
93 | BUILD_BUG_ON(sizeof(struct nvme_create_sq) != 64); | 93 | BUILD_BUG_ON(sizeof(struct nvme_create_sq) != 64); |
94 | BUILD_BUG_ON(sizeof(struct nvme_delete_queue) != 64); | 94 | BUILD_BUG_ON(sizeof(struct nvme_delete_queue) != 64); |
95 | BUILD_BUG_ON(sizeof(struct nvme_features) != 64); | 95 | BUILD_BUG_ON(sizeof(struct nvme_features) != 64); |
96 | BUILD_BUG_ON(sizeof(struct nvme_format_cmd) != 64); | ||
96 | BUILD_BUG_ON(sizeof(struct nvme_command) != 64); | 97 | BUILD_BUG_ON(sizeof(struct nvme_command) != 64); |
97 | BUILD_BUG_ON(sizeof(struct nvme_id_ctrl) != 4096); | 98 | BUILD_BUG_ON(sizeof(struct nvme_id_ctrl) != 4096); |
98 | BUILD_BUG_ON(sizeof(struct nvme_id_ns) != 4096); | 99 | BUILD_BUG_ON(sizeof(struct nvme_id_ns) != 4096); |