Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

nvme.h: add missing nvme_lba_range_type endianness annotations

Signed-off-by: Wesley Sheng <wesley.sheng@amd.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>

authored by

Wesley Sheng and committed by
Christoph Hellwig
8cf486e1 cc72c442

+2 -2
+2 -2
include/linux/nvme.h
··· 636 636 __u8 type; 637 637 __u8 attributes; 638 638 __u8 rsvd2[14]; 639 - __u64 slba; 640 - __u64 nlb; 639 + __le64 slba; 640 + __le64 nlb; 641 641 __u8 guid[16]; 642 642 __u8 rsvd48[16]; 643 643 };