mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 07:00:48 +00:00
[SCSI] qla2xxx: Fix sparse warnings in qlafx00_fxdisc_iocb function.
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
8dc65c6cdc
commit
0a77b586a6
@ -434,9 +434,11 @@ struct qla_mt_iocb_rqst_fx00 {
|
|||||||
|
|
||||||
__le32 dataword_extra;
|
__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 {
|
struct qla_mt_iocb_rsp_fx00 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user