Re: [PATCH] staging: rtl8723bs: simplify NULL pointer checks
From: Nikolay Kulikov
Date: Sun May 03 2026 - 05:25:49 EST
On Sat, May 02, 2026 at 04:50:17PM +0530, msohail22 wrote:
> Replace ptr == NULL with !ptr in rtw_recv.h and ioctl_cfg80211.c.
>
> Improves readability and follows kernel coding style.
> No functional changes.
>
> Signed-off-by: msohail22 <mohd.sohail.biz@xxxxxxxxx>
You should use your "real" name, like this:
Signed-off-by: From Author <from@xxxxxxxxxxxxxxxxxx>
Thanks,
Nikolay