Re: [PATCH] staging: rtl8723bs: fix space before tab in sta_info.h comment
From: Dan Carpenter
Date: Sun Aug 23 2026 - 15:08:33 EST
On Sun, Aug 23, 2026 at 06:12:17PM +0200, Tomasz Unger wrote:
> Remove a stray space before a tab in a comment.
>
> Signed-off-by: Tomasz Unger <tomasz.unger@xxxxxxxx>
> ---
> Verified with checkpatch.pl - no new warnings introduced by this change.
> ---
> drivers/staging/rtl8723bs/include/sta_info.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8723bs/include/sta_info.h b/drivers/staging/rtl8723bs/include/sta_info.h
> index 0f53e77c110c..c6cbe89806b6 100644
> --- a/drivers/staging/rtl8723bs/include/sta_info.h
> +++ b/drivers/staging/rtl8723bs/include/sta_info.h
> @@ -122,7 +122,7 @@ struct sta_info {
> struct recv_reorder_ctrl recvreorder_ctrl[16];
>
> /* for A-MPDU Tx */
> - /* unsigned char ampdu_txen_bitmap; */
> + /* unsigned char ampdu_txen_bitmap; */
Delete dead code.
regards,
dan carpenter
> u16 BA_starting_seqctrl[16];