Linux kernel staging patches
 help / color / mirror / Atom feed
From: Tree Davies <tdavies@darkphysics.net>
To: gregkh@linuxfoundation.org, philipp.g.hortmann@gmail.com, anjan@momi.ca
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
	Tree Davies <tdavies@darkphysics.net>
Subject: [PATCH 00/31] Staging: rtl8192e: rtllib_rx.c Rename camelcase variables
Date: Tue, 14 May 2024 21:51:57 -0700	[thread overview]
Message-ID: <20240515045228.35928-1-tdavies@darkphysics.net> (raw)

This series renames camelcase variables to meet style
guide requirements. Thank you in advance to reviewers.
~ Tree

Tree Davies (31):
  Staging: rtl8192e: Rename variable IsPassiveChannel
  Staging: rtl8192e: Rename variable CountryIeBuf
  Staging: rtl8192e: Rename variable CountryIeLen
  Staging: rtl8192e: Rename variable bWithAironetIE
  Staging: rtl8192e: Rename variable bContainHTC
  Staging: rtl8192e: Rename variable MBssid
  Staging: rtl8192e: Rename variable MBssidMask
  Staging: rtl8192e: Rename variable elementID
  Staging: rtl8192e: Rename variable rtllib_rx_Monitor
  Staging: rtl8192e: Rename variable rtllib_rx_InfraAdhoc
  Staging: rtl8192e: Rename variable IsLegacyDataFrame
  Staging: rtl8192e: Rename variable RxReorderIndicatePacket
  Staging: rtl8192e: Rename variable RfdArray
  Staging: rtl8192e: Rename variable Decrypted
  Staging: rtl8192e: Rename variable AddReorderEntry
  Staging: rtl8192e: Rename variable pList
  Staging: rtl8192e: Rename variable nPadding_Length
  Staging: rtl8192e: Rename variable LLCOffset
  Staging: rtl8192e: Rename variable ChkLength
  Staging: rtl8192e: Rename variable WinEnd
  Staging: rtl8192e: Rename variable WinSize
  Staging: rtl8192e: Rename variable IsDataFrame
  Staging: rtl8192e: Rename variable bMatchWinStart
  Staging: rtl8192e: Rename variable bMBssidValid
  Staging: rtl8192e: Rename variable bWithCcxVerNum
  Staging: rtl8192e: Rename variable Frame_QoSTID
  Staging: rtl8192e: Rename variable CcxRmState
  Staging: rtl8192e: Rename variable IsQoSDataFrame
  Staging: rtl8192e: Rename variable RfdCnt
  Staging: rtl8192e: Rename variable prxbIndicateArray
  Staging: rtl8192e: Rename variable bPktInBuf

 .../staging/rtl8192e/rtl8192e/r8192E_dev.c    |   2 +-
 drivers/staging/rtl8192e/rtl819x_HTProc.c     |   2 +-
 drivers/staging/rtl8192e/rtl819x_TSProc.c     |   8 +-
 drivers/staging/rtl8192e/rtllib.h             |  36 ++--
 drivers/staging/rtl8192e/rtllib_rx.c          | 184 +++++++++---------
 drivers/staging/rtl8192e/rtllib_tx.c          |   4 +-
 6 files changed, 118 insertions(+), 118 deletions(-)

-- 
2.30.2


             reply	other threads:[~2024-05-15  4:52 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-15  4:51 Tree Davies [this message]
2024-05-15  4:51 ` [PATCH 01/31] Staging: rtl8192e: Rename variable IsPassiveChannel Tree Davies
2024-05-15  4:51 ` [PATCH 02/31] Staging: rtl8192e: Rename variable CountryIeBuf Tree Davies
2024-05-15  4:52 ` [PATCH 03/31] Staging: rtl8192e: Rename variable CountryIeLen Tree Davies
2024-05-15  4:52 ` [PATCH 04/31] Staging: rtl8192e: Rename variable bWithAironetIE Tree Davies
2024-05-15  4:52 ` [PATCH 05/31] Staging: rtl8192e: Rename variable bContainHTC Tree Davies
2024-05-15  4:52 ` [PATCH 06/31] Staging: rtl8192e: Rename variable MBssid Tree Davies
2024-05-15  4:52 ` [PATCH 07/31] Staging: rtl8192e: Rename variable MBssidMask Tree Davies
2024-05-15  4:52 ` [PATCH 08/31] Staging: rtl8192e: Rename variable elementID Tree Davies
2024-05-15  4:52 ` [PATCH 09/31] Staging: rtl8192e: Rename variable rtllib_rx_Monitor Tree Davies
2024-05-15  4:52 ` [PATCH 10/31] Staging: rtl8192e: Rename variable rtllib_rx_InfraAdhoc Tree Davies
2024-05-15  4:52 ` [PATCH 11/31] Staging: rtl8192e: Rename variable IsLegacyDataFrame Tree Davies
2024-05-15  4:52 ` [PATCH 12/31] Staging: rtl8192e: Rename variable RxReorderIndicatePacket Tree Davies
2024-05-15  4:52 ` [PATCH 13/31] Staging: rtl8192e: Rename variable RfdArray Tree Davies
2024-05-15  4:52 ` [PATCH 14/31] Staging: rtl8192e: Rename variable Decrypted Tree Davies
2024-05-15  4:52 ` [PATCH 15/31] Staging: rtl8192e: Rename variable AddReorderEntry Tree Davies
2024-05-15  4:52 ` [PATCH 16/31] Staging: rtl8192e: Rename variable pList Tree Davies
2024-05-15  9:15   ` Dan Carpenter
2024-05-15  4:52 ` [PATCH 17/31] Staging: rtl8192e: Rename variable nPadding_Length Tree Davies
2024-05-15 10:27   ` Dan Carpenter
2024-05-15  4:52 ` [PATCH 18/31] Staging: rtl8192e: Rename variable LLCOffset Tree Davies
2024-05-15  4:52 ` [PATCH 19/31] Staging: rtl8192e: Rename variable ChkLength Tree Davies
2024-05-15 10:31   ` Dan Carpenter
2024-05-18 22:02     ` <Tree Davies
2024-05-15  4:52 ` [PATCH 20/31] Staging: rtl8192e: Rename variable WinEnd Tree Davies
2024-05-15  4:52 ` [PATCH 21/31] Staging: rtl8192e: Rename variable WinSize Tree Davies
2024-05-15  4:52 ` [PATCH 22/31] Staging: rtl8192e: Rename variable IsDataFrame Tree Davies
2024-05-15  4:52 ` [PATCH 23/31] Staging: rtl8192e: Rename variable bMatchWinStart Tree Davies
2024-05-15  4:52 ` [PATCH 24/31] Staging: rtl8192e: Rename variable bMBssidValid Tree Davies
2024-05-15  4:52 ` [PATCH 25/31] Staging: rtl8192e: Rename variable bWithCcxVerNum Tree Davies
2024-05-15  4:52 ` [PATCH 26/31] Staging: rtl8192e: Rename variable Frame_QoSTID Tree Davies
2024-05-15  4:52 ` [PATCH 27/31] Staging: rtl8192e: Rename variable CcxRmState Tree Davies
2024-05-15  4:52 ` [PATCH 28/31] Staging: rtl8192e: Rename variable IsQoSDataFrame Tree Davies
2024-05-15  4:52 ` [PATCH 29/31] Staging: rtl8192e: Rename variable RfdCnt Tree Davies
2024-05-15  4:52 ` [PATCH 30/31] Staging: rtl8192e: Rename variable prxbIndicateArray Tree Davies
2024-05-15  4:52 ` [PATCH 31/31] Staging: rtl8192e: Rename variable bPktInBuf Tree Davies

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=20240515045228.35928-1-tdavies@darkphysics.net \
    --to=tdavies@darkphysics.net \
    --cc=anjan@momi.ca \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=philipp.g.hortmann@gmail.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).