public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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 v2 00/20] Staging: rtl8192e: Fix checkpatch warning for rtllib_softmac.c
Date: Tue, 27 Feb 2024 21:12:51 +0100	[thread overview]
Message-ID: <3905a925-031f-4e98-8eee-ecf79ac1faa5@gmail.com> (raw)
In-Reply-To: <20240227044157.407379-1-tdavies@darkphysics.net>

On 2/27/24 05:41, Tree Davies wrote:
> This patch series attacks checkpatch camelcase variables warnings found in
> rtllib_softmac.c.
> Thank you in advance to reviewers.
> ~ Tree Davies
> 
> v2: Fixes a few alignment and commit messages which went over 75 chars.
> 
> Tree Davies (20):
>    Staging: rtl8192e: Rename function rtllib_rx_ADDBAReq()
>    Staging: rtl8192e: Rename variable NumRecvDataInPeriod
>    Staging: rtl8192e: Rename function SecIsInPMKIDList()
>    Staging: rtl8192e: Rename variable PMKIDList
>    Staging: rtl8192e: Rename variable Turbo_Enable
>    Staging: rtl8192e: Rename variable osCcxRmCap
>    Staging: rtl8192e: Rename variable bCkipSupported
>    Staging: rtl8192e: Rename variable bCcxRmEnable
>    Staging: rtl8192e: Rename variable CcxRmCapBuf
>    Staging: rtl8192e: Rename variable BssCcxVerNumber
>    Staging: rtl8192e: Rename variable CcxVerNumBuf
>    Staging: rtl8192e: Rename variable asRsn
>    Staging: rtl8192e: Rename variable AironetIeOui
>    Staging: rtl8192e: Rename variable osCcxAironetIE
>    Staging: rtl8192e: Rename variable CcxAironetBuf
>    Staging: rtl8192e: Rename varoable osCcxVerNum
>    Staging: rtl8192e: Rename varoable asSta
>    Staging: rtl8192e: Rename reference AllowAllDestAddrHandler
>    Staging: rtl8192e: Rename boolean variable bHalfWirelessN24GMode
>    Staging: rtl8192e: Rename function MgntQuery_MgntFrameTxRate
> 
>   .../staging/rtl8192e/rtl8192e/r8192E_dev.c    |   2 +-
>   drivers/staging/rtl8192e/rtl8192e/rtl_core.c  |   6 +-
>   drivers/staging/rtl8192e/rtl819x_BAProc.c     |   2 +-
>   drivers/staging/rtl8192e/rtllib.h             |  25 ++--
>   drivers/staging/rtl8192e/rtllib_rx.c          |  30 ++--
>   drivers/staging/rtl8192e/rtllib_softmac.c     | 128 +++++++++---------
>   drivers/staging/rtl8192e/rtllib_softmac_wx.c  |   4 +-
>   7 files changed, 99 insertions(+), 98 deletions(-)
> 

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>

      parent reply	other threads:[~2024-02-27 20:12 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-27  4:41 [PATCH v2 00/20] Staging: rtl8192e: Fix checkpatch warning for rtllib_softmac.c Tree Davies
2024-02-27  4:41 ` [PATCH v2 01/20] Staging: rtl8192e: Rename function rtllib_rx_ADDBAReq() Tree Davies
2024-02-27  4:41 ` [PATCH v2 02/20] Staging: rtl8192e: Rename variable NumRecvDataInPeriod Tree Davies
2024-02-27  4:41 ` [PATCH v2 03/20] Staging: rtl8192e: Rename function SecIsInPMKIDList() Tree Davies
2024-02-27  4:41 ` [PATCH v2 04/20] Staging: rtl8192e: Rename variable PMKIDList Tree Davies
2024-02-27  4:41 ` [PATCH v2 05/20] Staging: rtl8192e: Rename variable Turbo_Enable Tree Davies
2024-02-27  4:41 ` [PATCH v2 06/20] Staging: rtl8192e: Rename variable osCcxRmCap Tree Davies
2024-02-27  4:41 ` [PATCH v2 07/20] Staging: rtl8192e: Rename variable bCkipSupported Tree Davies
2024-02-27  4:41 ` [PATCH v2 08/20] Staging: rtl8192e: Rename variable bCcxRmEnable Tree Davies
2024-02-27  4:41 ` [PATCH v2 09/20] Staging: rtl8192e: Rename variable CcxRmCapBuf Tree Davies
2024-02-27  4:41 ` [PATCH v2 10/20] Staging: rtl8192e: Rename variable BssCcxVerNumber Tree Davies
2024-02-27  4:41 ` [PATCH v2 11/20] Staging: rtl8192e: Rename variable CcxVerNumBuf Tree Davies
2024-02-27  4:41 ` [PATCH v2 12/20] Staging: rtl8192e: Rename variable asRsn Tree Davies
2024-02-27  4:41 ` [PATCH v2 13/20] Staging: rtl8192e: Rename variable AironetIeOui Tree Davies
2024-02-27  4:41 ` [PATCH v2 14/20] Staging: rtl8192e: Rename variable osCcxAironetIE Tree Davies
2024-02-27  4:41 ` [PATCH v2 15/20] Staging: rtl8192e: Rename variable CcxAironetBuf Tree Davies
2024-02-27  4:41 ` [PATCH v2 16/20] Staging: rtl8192e: Rename varoable osCcxVerNum Tree Davies
2024-02-27  4:41 ` [PATCH v2 17/20] Staging: rtl8192e: Rename varoable asSta Tree Davies
2024-02-27  4:41 ` [PATCH v2 18/20] Staging: rtl8192e: Rename reference AllowAllDestAddrHandler Tree Davies
2024-02-27  4:41 ` [PATCH v2 19/20] Staging: rtl8192e: Rename boolean variable bHalfWirelessN24GMode Tree Davies
2024-02-27  4:41 ` [PATCH v2 20/20] Staging: rtl8192e: Rename function MgntQuery_MgntFrameTxRate Tree Davies
2024-02-27 20:12 ` 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=3905a925-031f-4e98-8eee-ecf79ac1faa5@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