From: Greg KH <gregkh@linuxfoundation.org>
To: hoshinomorimorimo@gmail.com
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging: rtl8723bs: Remove redundant indentation
Date: Fri, 5 Nov 2021 10:52:12 +0100 [thread overview]
Message-ID: <YYT+zNJ1synjMCib@kroah.com> (raw)
In-Reply-To: <6180f31a.1c69fb81.7f7e.541c@mx.google.com>
On Tue, Nov 02, 2021 at 04:12:59PM +0800, hoshinomorimorimo@gmail.com wrote:
> From: Hoshinomori-Owari <hoshinomorimorimo@gmail.com>
>
> Remove redundant indentation in
> drivers/staging/rtl8723bs/core/rtw_ap.c:1139.
> Issue found by checkpatch.pl
>
> Signed-off-by: Hoshinomori-Owari <hoshinomorimorimo@gmail.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
prev parent reply other threads:[~2021-11-05 9:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-02 8:12 [PATCH] staging: rtl8723bs: Remove redundant indentation hoshinomorimorimo
2021-11-05 9:52 ` Greg KH [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YYT+zNJ1synjMCib@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=devel@driverdev.osuosl.org \
--cc=hoshinomorimorimo@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox