[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f9be0f59-acaa-4a37-ba66-4096112a15bb@collabora.com>
Date: Mon, 4 Mar 2024 13:45:21 +0500
From: Muhammad Usama Anjum <usama.anjum@...labora.com>
To: Justin Tee <justintee8345@...il.com>
Cc: Muhammad Usama Anjum <usama.anjum@...labora.com>,
James Smart <james.smart@...adcom.com>,
Dick Kennedy <dick.kennedy@...adcom.com>,
Justin Tee <justin.tee@...adcom.com>,
"James E.J. Bottomley" <jejb@...ux.ibm.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
Hannes Reinecke <hare@...e.com>, kernel@...labora.com,
kernel-janitors@...r.kernel.org, James Smart <jsmart2021@...il.com>,
linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] scsi: lpfc: correct size for wqe for memset
I'll send v2.
On 3/2/24 12:02 AM, Justin Tee wrote:
> 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
>
--
BR,
Muhammad Usama Anjum
Powered by blists - more mailing lists