public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Trivial code cleanup patches
@ 2024-03-20 21:14 Ayush Tiwari
  2024-03-20 21:19 ` [PATCH v3 1/3] staging: rtl8712: rename backupPMKIDList to backup_PMKID_list Ayush Tiwari
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Ayush Tiwari @ 2024-03-20 21:14 UTC (permalink / raw)
  To: Larry.Finger, florian.c.schilhabel, gregkh, linux-kernel,
	linux-staging

Address different kinds of checkpatch complains for the rtl8712 module
to ensure adherence to coding style guidelines.

Changes in v3: Fixed issues about backupPMKIDList and verified with
CONFIG_WERROR set and built the kernel.

Changes in v2: Checked any possible reuse of backup_PMKID_list
manually and rebuilt, rebooted the kernel and loaded the driver
with modprobe.

Ayush Tiwari (3):
  staging: rtl8712: rename backupPMKIDList to backup_PMKID_list
  staging: rtl8712: rename backupPMKIDIndex to backup_PMKID_index
  staging: rtl8712: rename backupTKIPCountermeasure to
    backup_TKIP_countermeasure

 drivers/staging/rtl8712/mlme_linux.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

-- 
2.40.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-03-25 17:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-20 21:14 [PATCH v3 0/3] Trivial code cleanup patches Ayush Tiwari
2024-03-20 21:19 ` [PATCH v3 1/3] staging: rtl8712: rename backupPMKIDList to backup_PMKID_list Ayush Tiwari
2024-03-24 20:49   ` [PATCH v4 " Ayush Tiwari
2024-03-20 21:20 ` [PATCH v3 2/3] staging: rtl8712: rename backupPMKIDIndex to backup_PMKID_index Ayush Tiwari
2024-03-24 20:51   ` [PATCH v4 " Ayush Tiwari
2024-03-20 21:21 ` [PATCH v3 3/3] staging: rtl8712: rename backupTKIPCountermeasure to backup_TKIP_countermeasure Ayush Tiwari
2024-03-24 20:52   ` [PATCH v4 " Ayush Tiwari
2024-03-20 21:25 ` [PATCH v3 0/3] Trivial code cleanup patches Ayush Tiwari
2024-03-23  3:31 ` Alison Schofield
2024-03-24 20:47 ` [PATCH v4 " Ayush Tiwari
2024-03-25 17:23 ` [PATCH v3 " Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox