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

Commit 643b5f68 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe
Browse files

mtip32xx: add missing endianess annotations on struct smart_attr



Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 449a15d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -172,10 +172,10 @@ enum {

struct smart_attr {
	u8 attr_id;
	u16 flags;
	__le16 flags;
	u8 cur;
	u8 worst;
	u32 data;
	__le32 data;
	u8 res[3];
} __packed;