Re: [PATCH 2/2] staging: rtl8723bs: fix space before tab in rtl8723b_xmit.h comment
Dan Carpenter <[email protected]>
| Newsgroups | gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Aug 23, 2026 at 06:46:32PM +0200, Tomasz Unger wrote: > Remove a stray space before a tab in a comment. > > Signed-off-by: Tomasz Unger <[email protected]> > --- > Verified with checkpatch.pl - no new warnings introduced by this change. > --- > drivers/staging/rtl8723bs/include/rtl8723b_xmit.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/rtl8723bs/include/rtl8723b_xmit.h b/drivers/staging/rtl8723bs/include/rtl8723b_xmit.h > index ddf868c7899b..c2b5696554fe 100644 > --- a/drivers/staging/rtl8723bs/include/rtl8723b_xmit.h > +++ b/drivers/staging/rtl8723bs/include/rtl8723b_xmit.h > @@ -366,7 +366,7 @@ struct txdesc_8723b { > #endif > /* */ > /* */ > -/* Rate */ > +/* Rate */ > /* */ > /* */ I'm not sure that these comments after #ifdef add any value at all. regards, dan carpenter > /* CCK Rates, TxHT = 0 */ > > -- > 2.55.0 >