Re: [PATCH 1/7] staging: rtl8723bs: rtw_ap: remove unnecessary void * casts
From: Ethan Tidmore
Date: Tue Feb 10 2026 - 00:22:36 EST
On Mon Feb 9, 2026 at 11:00 PM CST, Greg KH wrote:
> On Mon, Feb 09, 2026 at 08:37:08PM -0600, Ethan Tidmore wrote:
>> On Mon Feb 9, 2026 at 5:51 PM CST, Siwanan Bungtong wrote:
>> > Remove redundant (void *) casts when calling memcpy/memset and
>> > other helpers. These casts are unnecessary since C implicitly
>> > converts to void * and they only add noise.
>> >
>> > No functional change.
>> >
>> > Signed-off-by: Siwanan Bungtong <horstaufmental@xxxxxxxxx>
>>
>> Hi,
>>
>> You don't have to write the file name in your subject line, "staging:
>> rtl8723bs: ..." is preferred. Please resend this patch series with the
>> correct formatting.
>
> No, for this type of series, the filename makes sense. The subjects
> would not be unique otherwise.
>
> So the subjects are fine here.
Understood, sorry about that Siwanan.
Thanks,
ET