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

Commit f63688a6 authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

nvmet-fc: mark the sqhd field as __le16



That's what it's used as.

Found by sparse.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarJames Smart <james.smart@broadcom.com>
Reviewed-by: default avatarJohannes Thumshirn <jthumshirn@suse.de>
parent 3f5e1188
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ struct nvmet_fc_tgt_queue {
	u16				qid;
	u16				sqsize;
	u16				ersp_ratio;
	u16				sqhd;
	__le16				sqhd;
	int				cpu;
	atomic_t			connected;
	atomic_t			sqtail;