Re: [PATCH] staging: rtl8723bs: fix space before tab in rtl8723b_cmd.c comment
Greg Kroah-Hartman <[email protected]>
| Newsgroups | gmane.linux.kernel |
|---|---|
| Message-ID | <2026082321-supper-gravy-5366@gregkh> |
On Sun, Aug 23, 2026 at 06:01:43PM +0200, Tomasz Unger wrote: > Remove stray spaces and tabs before a commented-out line. > > Signed-off-by: Tomasz Unger <[email protected]> > --- > Verified with checkpatch.pl - no new warnings introduced by this change. > --- > drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c b/drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c > index d2b44ad60a4c..d39ddf396f64 100644 > --- a/drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c > +++ b/drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c > @@ -895,7 +895,7 @@ void rtl8723b_download_BTCoex_AP_mode_rsvd_page(struct adapter *padapter) > DLBcnCount++; > do { > yield(); > -/* mdelay(10); */ > +/* mdelay(10); */ Does that look correct? Also, you have sent a bunch of patches, they should be a patch series, otherwise how do we know what order they should be applied in? thanks, greg k-h