Re: [PATCH v3] staging: rtl8723bs: Replace kzalloc with kzalloc_obj

From: Ethan Tidmore

Date: Sat Feb 21 2026 - 13:30:00 EST


On Sat Feb 21, 2026 at 5:10 AM CST, Mariyam Shahid wrote:
> Replace kzalloc() using sizeof(*ptr) with kzalloc_obj()
> to fix respective checkpatch warnings.
>
> Signed-off-by: Mariyam Shahid <mariyam.shahid135@xxxxxxxxx>
> ---
^^^
No changelog.

> drivers/staging/rtl8723bs/core/rtw_mlme.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>

LGTM. Just include the changelog, in your v4 you can put:

Reviewed-by: Ethan Tidmore <ethantidmore06@xxxxxxxxx>

Thanks,

ET