Re: [PATCH] staging: rtl8723bs: fix mismatched free of HalData in rtw_sdio_if1_init()
From: Dan Carpenter
Date: Thu May 28 2026 - 06:36:12 EST
On Thu, May 28, 2026 at 06:15:42PM +0800, Dawei Feng wrote:
> On Thu, May 28, 2026 at 15:30:18 Dan Carpenter wrote:
> > > Manual inspection
> > > confirms that the issue is still present in current mainline.
> > >
> > > An x86_64 allyesconfig build showed no new warnings. As we do not have
> > > suitable RTL8723BS SDIO hardware to test with, no runtime testing was
> > > able to be performed.
> >
> > to HERE should be put
> >
> > >
> > > Fixes: 554c0a3abf21 ("staging: Add rtl8723bs sdio wifi driver")
> > > Signed-off-by: Zilin Guan <zilin@xxxxxxxxxx>
> > > Signed-off-by: Dawei Feng <dawei.feng@xxxxxxxxxx>
> > > ---
> > ^^^
> > Here under the --- cut off line. We don't need this kind of meta
> > commentary about testing in the permanent git log. Otherwise
> > the patch is correct.
>
> Hi Dan,
>
> Thank you for the review and for pointing this out.
>
> The reason the manual inspection and testing commentary was placed above
> the `---` line is that we were strictly following the example template
> provided in Documentation/process/researcher-guidelines.rst.
Ah, hm. Perhaps, the rules are changing. That's fine then. I would
normally ask for a v2 but you copied from our template so that's on us.
No need to resend.
Reviewed-by: Dan Carpenter <error27@xxxxxxxxx>
regards,
dan carpenter