From: Philipp Hortmann <philipp.g.hortmann@gmail.com>
To: Tree Davies <tdavies@darkphysics.net>,
gregkh@linuxfoundation.org, anjan@momi.ca
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/21] Staging: rtl8192e: checkpatch fixes for rtllib_softmac.c
Date: Sat, 6 Jan 2024 13:47:01 +0100 [thread overview]
Message-ID: <0d79f685-e54a-4d83-933b-2ee225bca5d8@gmail.com> (raw)
In-Reply-To: <20240106055556.430948-1-tdavies@darkphysics.net>
On 1/6/24 06:55, Tree Davies wrote:
> This series' focus is on fixing checkpatch warnings regarding
> drivers/staging/rtl8192e/rtllib_softmac.c
>
> Thank you in advance to reviewers
> ~ Tree
>
> Tree Davies (21):
> Staging: rtl8192e: Remove unnecessary parenthesis in
> rtllib_softmac_new_net()
> Staging: rtl8192e: Rename variable SlotIndex
> Staging: rtl8192e: Rename function rtllib_MgntDisconnectAP()
> Staging: rtl8192e: Rename variable bMulticast
> Staging: rtl8192e: Rename variable MaxPeriod
> Staging: rtl8192e: Rename variable bAwakePktSent
> Staging: rtl8192e: Rename variable bSupportNmode
> Staging: rtl8192e: Rename variable bBusyTraffic
> Staging: rtl8192e: Rename function rtllib_MgntDisconnect()
> Staging: rtl8192e: Rename variable bFilterOutNonAssociatedBSSID
> Staging: rtl8192e: Rename variable array Bssid
> Staging: rtl8192e: Rename variable NumRxUnicastOkInPeriod
> Staging: rtl8192e: Rename variable SlotNum
> Staging: rtl8192e: Rename variable RemoveAllTS
> Staging: rtl8192e: Rename function RemovePeerTS()
> Staging: rtl8192e: Rename function rtllib_MlmeDisassociateRequest()
> Staging: rtl8192e: Rename function SendDisassociation()
> Staging: rtl8192e: Rename variable bHalfSupportNmode
> Staging: rtl8192e: Rename variable PMKCacheIdx
> Staging: rtl8192e: Rename function GetNmodeSupportBySecCfg()
> Staging: rtl8192e: Rename variable AsocRetryCount
>
> .../staging/rtl8192e/rtl8192e/r8192E_dev.c | 8 +-
> drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 32 +++----
> drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 2 +-
> drivers/staging/rtl8192e/rtl819x_TSProc.c | 6 +-
> drivers/staging/rtl8192e/rtllib.h | 26 +++---
> drivers/staging/rtl8192e/rtllib_rx.c | 6 +-
> drivers/staging/rtl8192e/rtllib_softmac.c | 86 +++++++++----------
> drivers/staging/rtl8192e/rtllib_tx.c | 10 +--
> drivers/staging/rtl8192e/rtllib_wx.c | 2 +-
> 9 files changed, 89 insertions(+), 89 deletions(-)
>
Is working fine on hardware.
Bye Philipp
prev parent reply other threads:[~2024-01-06 12:47 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-06 5:55 [PATCH 00/21] Staging: rtl8192e: checkpatch fixes for rtllib_softmac.c Tree Davies
2024-01-06 5:55 ` [PATCH 01/21] Staging: rtl8192e: Remove unnecessary parenthesis in rtllib_softmac_new_net() Tree Davies
2024-01-06 5:55 ` [PATCH 02/21] Staging: rtl8192e: Rename variable SlotIndex Tree Davies
2024-01-06 5:55 ` [PATCH 03/21] Staging: rtl8192e: Rename function rtllib_MgntDisconnectAP() Tree Davies
2024-01-06 5:55 ` [PATCH 04/21] Staging: rtl8192e: Rename variable bMulticast Tree Davies
2024-01-06 5:55 ` [PATCH 05/21] Staging: rtl8192e: Rename variable MaxPeriod Tree Davies
2024-01-06 5:55 ` [PATCH 06/21] Staging: rtl8192e: Rename variable bAwakePktSent Tree Davies
2024-01-06 5:55 ` [PATCH 07/21] Staging: rtl8192e: Rename variable bSupportNmode Tree Davies
2024-01-06 5:55 ` [PATCH 08/21] Staging: rtl8192e: Rename variable bBusyTraffic Tree Davies
2024-01-06 5:55 ` [PATCH 09/21] Staging: rtl8192e: Rename function rtllib_MgntDisconnect() Tree Davies
2024-01-06 5:55 ` [PATCH 10/21] Staging: rtl8192e: Rename variable bFilterOutNonAssociatedBSSID Tree Davies
2024-01-06 5:55 ` [PATCH 11/21] Staging: rtl8192e: Rename variable array Bssid Tree Davies
2024-01-06 5:55 ` [PATCH 12/21] Staging: rtl8192e: Rename variable NumRxUnicastOkInPeriod Tree Davies
2024-01-06 5:55 ` [PATCH 13/21] Staging: rtl8192e: Rename variable SlotNum Tree Davies
2024-01-06 5:55 ` [PATCH 14/21] Staging: rtl8192e: Rename variable RemoveAllTS Tree Davies
2024-01-06 5:55 ` [PATCH 15/21] Staging: rtl8192e: Rename function RemovePeerTS() Tree Davies
2024-01-06 5:55 ` [PATCH 16/21] Staging: rtl8192e: Rename function rtllib_MlmeDisassociateRequest() Tree Davies
2024-01-06 5:55 ` [PATCH 17/21] Staging: rtl8192e: Rename function SendDisassociation() Tree Davies
2024-01-06 5:55 ` [PATCH 18/21] Staging: rtl8192e: Rename variable bHalfSupportNmode Tree Davies
2024-01-06 5:55 ` [PATCH 19/21] Staging: rtl8192e: Rename variable PMKCacheIdx Tree Davies
2024-01-06 5:55 ` [PATCH 20/21] Staging: rtl8192e: Rename function GetNmodeSupportBySecCfg() Tree Davies
2024-01-06 5:55 ` [PATCH 21/21] Staging: rtl8192e: Rename variable AsocRetryCount Tree Davies
2024-01-06 12:47 ` Philipp Hortmann [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=0d79f685-e54a-4d83-933b-2ee225bca5d8@gmail.com \
--to=philipp.g.hortmann@gmail.com \
--cc=anjan@momi.ca \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=tdavies@darkphysics.net \
/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