[PATCH 3/3] nvme.h: add missing nvme_id_ctrl endianess annotations
Christoph Hellwig
hch at lst.de
Sat Oct 3 06:51:12 PDT 2015
Signed-off-by: Christoph Hellwig <hch at lst.de>
Acked-by: Keith Busch <keith.busch at intel.com>
---
include/linux/nvme.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/linux/nvme.h b/include/linux/nvme.h
index 91a8054..9668d35 100644
--- a/include/linux/nvme.h
+++ b/include/linux/nvme.h
@@ -104,8 +104,8 @@ struct nvme_id_ctrl {
__u8 ieee[3];
__u8 mic;
__u8 mdts;
- __u16 cntlid;
- __u32 ver;
+ __le16 cntlid;
+ __le32 ver;
__u8 rsvd84[172];
__le16 oacs;
__u8 acl;
--
1.9.1
More information about the Linux-nvme
mailing list