From: Greg KH <gregkh@linuxfoundation.org>
To: Dalvin-Ehinoma Noah Aiguobas <fliegbert2@gmail.com>
Cc: linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev
Subject: Re: [PATCH v3 0/2] staging: rtl8723bs: Changing two struct members
Date: Tue, 1 Sep 2026 11:46:14 +0200 [thread overview]
Message-ID: <2026090103-spinal-revisable-990f@gregkh> (raw)
In-Reply-To: <20260731142004.15281-1-fliegbert2@gmail.com>
On Fri, Jul 31, 2026 at 02:20:02PM +0000, Dalvin-Ehinoma Noah Aiguobas wrote:
> This patch changes two members of the struct adapter.
> Two additional patches ar made to fix some checkpatch warnings.
>
> Changes in v3:
> - Rebased against staging-testing
> - Fixed building error
>
> Changes in v2:
> - Rebased against staging-testing
>
> Dalvin-Ehinoma Noah Aiguobas (2):
> staging: rtl8723bs: change struct member bSurpriseRemoved
> staging: rtl8723bs: fix Alignment should match open parenthesis in
> rtw_mlme_ext.c
>
> drivers/staging/rtl8723bs/core/rtw_btcoex.c | 2 +-
> drivers/staging/rtl8723bs/core/rtw_cmd.c | 8 +-
> drivers/staging/rtl8723bs/core/rtw_mlme.c | 8 +-
> drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 80 +++++++++----------
> drivers/staging/rtl8723bs/core/rtw_pwrctrl.c | 12 +--
> drivers/staging/rtl8723bs/core/rtw_recv.c | 10 +--
> drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c | 12 +--
> .../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 8 +-
> .../staging/rtl8723bs/hal/rtl8723b_phycfg.c | 4 +-
> .../staging/rtl8723bs/hal/rtl8723bs_xmit.c | 8 +-
> drivers/staging/rtl8723bs/hal/sdio_ops.c | 2 +-
> drivers/staging/rtl8723bs/include/drv_types.h | 8 +-
> drivers/staging/rtl8723bs/os_dep/os_intfs.c | 10 +--
> drivers/staging/rtl8723bs/os_dep/sdio_intf.c | 4 +-
> .../staging/rtl8723bs/os_dep/sdio_ops_linux.c | 32 ++++----
> 15 files changed, 104 insertions(+), 104 deletions(-)
>
> --
> 2.55.0
>
>
No longer applies, can you rebase again?
thanks,
greg k-h
next prev parent reply other threads:[~2026-09-01 9:46 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-15 17:16 [PATCH 0/4] " Dalvin-Ehinoma Noah Aiguobas
2026-07-15 17:16 ` [PATCH 1/4] staging: rtl8723bs: change struct member bDriverStopped Dalvin-Ehinoma Noah Aiguobas
2026-07-15 17:16 ` [PATCH 2/4] staging: rtl8723bs: wrap line over 100 characters Dalvin-Ehinoma Noah Aiguobas
2026-07-15 17:16 ` [PATCH 3/4] staging: rtl8723bs: change struct member bSurpriseRemoved Dalvin-Ehinoma Noah Aiguobas
2026-07-15 17:16 ` [PATCH 4/4] staging: rtl8723bs: fix Alignment should match open parenthesis in rtw_mlme_ext.c Dalvin-Ehinoma Noah Aiguobas
2026-07-17 12:20 ` [PATCH 0/4] staging: rtl8723bs: Changing two struct members Greg KH
2026-07-17 16:13 ` [PATCH v2 " Dalvin-Ehinoma Noah Aiguobas
2026-07-17 16:13 ` [PATCH v2 1/4] staging: rtl8723bs: change struct member bDriverStopped Dalvin-Ehinoma Noah Aiguobas
2026-07-17 16:13 ` [PATCH v2 2/4] staging: rtl8723bs: wrap line over 100 characters Dalvin-Ehinoma Noah Aiguobas
2026-07-17 16:13 ` [PATCH v2 3/4] staging: rtl8723bs: change struct member bSurpriseRemoved Dalvin-Ehinoma Noah Aiguobas
2026-07-17 16:13 ` [PATCH v2 4/4] staging: rtl8723bs: fix Alignment should match open parenthesis in rtw_mlme_ext.c Dalvin-Ehinoma Noah Aiguobas
2026-07-28 7:22 ` [PATCH v2 0/4] staging: rtl8723bs: Changing two struct members Greg KH
2026-07-31 14:20 ` [PATCH v3 0/2] " Dalvin-Ehinoma Noah Aiguobas
2026-07-31 14:20 ` [PATCH v3 1/2] staging: rtl8723bs: change struct member bSurpriseRemoved Dalvin-Ehinoma Noah Aiguobas
2026-07-31 14:20 ` [PATCH v3 2/2] staging: rtl8723bs: fix Alignment should match open parenthesis in rtw_mlme_ext.c Dalvin-Ehinoma Noah Aiguobas
2026-09-01 9:46 ` Greg KH [this message]
2026-09-02 15:05 ` [PATCH v4 0/2] staging: rtl8723bs: Changing two struct members Dalvin-Ehinoma Noah Aiguobas
2026-09-02 15:05 ` [PATCH v4 1/2] staging: rtl8723bs: change struct member bSurpriseRemoved Dalvin-Ehinoma Noah Aiguobas
2026-09-02 15:05 ` [PATCH v4 2/2] staging: rtl8723bs: fix Alignment should match open parenthesis in rtw_mlme_ext.c Dalvin-Ehinoma Noah Aiguobas
2026-09-03 8:32 ` [PATCH v4 0/2] staging: rtl8723bs: Changing two struct members Greg KH
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=2026090103-spinal-revisable-990f@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=fliegbert2@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
/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
all inboxes | Powered by JetHome®