Re: [PATCH v3 2/5] staging: rtl8723bs: rtw_mlme: fix lines exceeding 100 columns
From: Luka Gejak
Date: Mon Apr 27 2026 - 02:22:59 EST
On Mon Apr 27, 2026 at 7:50 AM CEST, Luka Gejak wrote:
> On Mon Apr 27, 2026 at 12:54 AM CEST, Salman Alghamdi wrote:
>> Wrap long lines and extract local variables to bring all lines
>> within the 100 column limit.
>>
>> Signed-off-by: Salman Alghamdi <me@xxxxxxxxxxxx>
>> ---
...
/* Added by Albert 2009/02/18 */
>> - /* Restore the PMK information to securitypriv structure for the following connection. */
>> - memcpy(&adapter->securitypriv.PMKIDList[0], &backupPMKIDList[0], sizeof(struct rt_pmkid_list) * NUM_PMKID_CACHE);
>> + /* Restore the PMK information to securitypriv structure
>> + * for the following connection.
>> + */
>
> This is not aligned correctly either. f from from should go under R from
> Restore:
> /* Restore the PMK information to securitypriv structure
> * for the following connection.
> */
...
Hi Salman,
this is the only viable change you need to make from this email. I have
verified that the other ones are visual glitches. Other emails are still
valid and you still have to send v4 to address other isues.
Best regards,
Luka Gejak