Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dad1b009 authored by Matias Bjørling's avatar Matias Bjørling Committed by Jens Axboe
Browse files

nvme: remove reserved double word



The specification was updated the remove the double word just after
number of configuration groups and capabilities. Update the identify
structure to reflect it.

Signed-off-by: default avatarMatias Bjørling <m@bjorling.me>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 2393bd39
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -194,11 +194,11 @@ struct nvme_nvm_id {
	__u8			ver_id;
	__u8			vmnt;
	__u8			cgrps;
	__u8			res[5];
	__u8			res;
	__le32			cap;
	__le32			dom;
	struct nvme_nvm_addr_format ppaf;
	__u8			resv[224];
	__u8			resv[228];
	struct nvme_nvm_id_group groups[4];
} __packed;