Commit 8cf486e1 authored by Wesley Sheng's avatar Wesley Sheng Committed by Christoph Hellwig
Browse files

nvme.h: add missing nvme_lba_range_type endianness annotations

parent cc72c442
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -636,8 +636,8 @@ struct nvme_lba_range_type {
	__u8			type;
	__u8			attributes;
	__u8			rsvd2[14];
	__u64			slba;
	__u64			nlb;
	__le64			slba;
	__le64			nlb;
	__u8			guid[16];
	__u8			rsvd48[16];
};