Re: [PATCH] scsi: lpfc: correct size for wqe for memset

From: Justin Tee
Date: Fri Mar 01 2024 - 14:05:04 EST


Hi Muhammad,

> - memset(wqe, 0, sizeof(union lpfc_wqe));
> + memset(wqe, 0, sizeof(union lpfc_wqe128));

How about instead memset(wqe, 0, sizeof(*wqe));

Thanks,
Justin