All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dalvin-Ehinoma Noah Aiguobas <fliegbert2@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev,
	Dalvin-Ehinoma Noah Aiguobas <fliegbert2@gmail.com>
Subject: [PATCH 00/11] Rename variables in rtw_mlme.c
Date: Fri, 31 Jul 2026 10:41:23 +0000	[thread overview]
Message-ID: <20260731104134.12754-1-fliegbert2@gmail.com> (raw)

This patchset renames several variables because of an old naming
convention to use the variable type as prefix. Also some variables
are converted from camelcase to snakecase.

Dalvin-Ehinoma Noah Aiguobas (11):
  staging: rtl8723bs: renaming variable pbuf in rtw_mlme.c
  staging: rtl8723bs: renaming variable pmlmepriv in rtw_mlme.c
  staging: rtl8723bs: renaming variable pdev_network in rtw_mlme.c
  staging: rtl8723bs: renaming variable pibss in rtw_mlme.c
  staging: rtl8723bs: renaming variable padapter in rtw_mlme.c
  staging: rtl8723bs: renaming variable phtpriv in rtw_mlme.c
  staging: rtl8723bs: renaming variable pregistrypriv in rtw_mlme.c
  staging: rtl8723bs: renaming variable bHwLDPCSupport in rtw_mlme.c
  staging: rtl8723bs: renaming variable bHwSTBCSupport in rtw_mlme.c
  staging: rtl8723bs: renaming variable bHwSupportBeamformer in
    rtw_mlme.c
  staging: rtl8723bs: renaming variable bHwSupportBeamformee in
    rtw_mlme.c

 drivers/staging/rtl8723bs/core/rtw_mlme.c | 960 +++++++++++-----------
 1 file changed, 480 insertions(+), 480 deletions(-)

-- 
2.55.0


             reply	other threads:[~2026-07-31 10:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-31 10:41 Dalvin-Ehinoma Noah Aiguobas [this message]
2026-07-31 10:41 ` [PATCH 01/11] staging: rtl8723bs: renaming variable pbuf in rtw_mlme.c Dalvin-Ehinoma Noah Aiguobas
2026-07-31 10:41 ` [PATCH 02/11] staging: rtl8723bs: renaming variable pmlmepriv " Dalvin-Ehinoma Noah Aiguobas
2026-07-31 10:41 ` [PATCH 03/11] staging: rtl8723bs: renaming variable pdev_network " Dalvin-Ehinoma Noah Aiguobas
2026-07-31 10:41 ` [PATCH 04/11] staging: rtl8723bs: renaming variable pibss " Dalvin-Ehinoma Noah Aiguobas
2026-07-31 10:41 ` [PATCH 05/11] staging: rtl8723bs: renaming variable padapter " Dalvin-Ehinoma Noah Aiguobas
2026-07-31 10:41 ` [PATCH 06/11] staging: rtl8723bs: renaming variable phtpriv " Dalvin-Ehinoma Noah Aiguobas
2026-07-31 10:41 ` [PATCH 07/11] staging: rtl8723bs: renaming variable pregistrypriv " Dalvin-Ehinoma Noah Aiguobas
2026-07-31 10:41 ` [PATCH 08/11] staging: rtl8723bs: renaming variable bHwLDPCSupport " Dalvin-Ehinoma Noah Aiguobas
2026-07-31 10:41 ` [PATCH 09/11] staging: rtl8723bs: renaming variable bHwSTBCSupport " Dalvin-Ehinoma Noah Aiguobas
2026-07-31 10:41 ` [PATCH 10/11] staging: rtl8723bs: renaming variable bHwSupportBeamformer " Dalvin-Ehinoma Noah Aiguobas
2026-07-31 10:41 ` [PATCH 11/11] staging: rtl8723bs: renaming variable bHwSupportBeamformee " Dalvin-Ehinoma Noah Aiguobas

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=20260731104134.12754-1-fliegbert2@gmail.com \
    --to=fliegbert2@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.