Re: [PATCH 1/7] staging: rtl8723bs: rtw_ap: remove unnecessary void * casts

From: Ethan Tidmore

Date: Mon Feb 09 2026 - 21:37:33 EST


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.

Thanks,

ET