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

Commit 0a77b586 authored by Saurav Kashyap's avatar Saurav Kashyap Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Fix sparse warnings in qlafx00_fxdisc_iocb function.

parent 8dc65c6c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -434,9 +434,11 @@ struct qla_mt_iocb_rqst_fx00 {

	__le32 dataword_extra;

	__le32 req_len;
	__le16 req_len;
	__le16 reserved_2;

	__le32 rsp_len;
	__le16 rsp_len;
	__le16 reserved_3;
};

struct qla_mt_iocb_rsp_fx00 {