[PATCH 2/2] staging: rtl8723bs: fix space before tab in rtl8723b_xmit.h comment
Tomasz Unger <[email protected]>
| Newsgroups | gmane.linux.kernel |
|---|---|
| Message-ID | <20260823-b4-rtl8723bs-cmd-xmit-space-before-tab-fix-v1-2-11f2600e470a@yahoo.pl> |
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 */ /* */ /* */ /* CCK Rates, TxHT = 0 */ -- 2.55.0