[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YYT+zNJ1synjMCib@kroah.com>
Date: Fri, 5 Nov 2021 10:52:12 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: hoshinomorimorimo@...il.com
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: rtl8723bs: Remove redundant indentation
On Tue, Nov 02, 2021 at 04:12:59PM +0800, hoshinomorimorimo@...il.com wrote:
> From: Hoshinomori-Owari <hoshinomorimorimo@...il.com>
>
> Remove redundant indentation in
> drivers/staging/rtl8723bs/core/rtw_ap.c:1139.
> Issue found by checkpatch.pl
>
> Signed-off-by: Hoshinomori-Owari <hoshinomorimorimo@...il.com>
> ---
> drivers/staging/rtl8723bs/core/rtw_ap.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8723bs/core/rtw_ap.c b/drivers/staging/rtl8723bs/core/rtw_ap.c
> index a76e81330756..4345dca1b552 100644
> --- a/drivers/staging/rtl8723bs/core/rtw_ap.c
> +++ b/drivers/staging/rtl8723bs/core/rtw_ap.c
> @@ -1137,7 +1137,7 @@ int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len)
> }
>
> if ((p == NULL) || (ie_len == 0))
> - break;
> + break;
> }
>
> /* wmm */
> --
> 2.31.1
This does not apply to my tree (or Linus's tree) at all. Always make
sure you work against linux-next so you do not duplicate other people's
work that has already been done.
thanks,
greg k-h
Powered by blists - more mailing lists