* [PATCH 0/6] Fix various style issues of driver rtl8712
@ 2019-03-24 5:42 Payal Kshirsagar
0 siblings, 0 replies; only message in thread
From: Payal Kshirsagar @ 2019-03-24 5:42 UTC (permalink / raw)
To: outreachy-kernel; +Cc: Payal Kshirsagar
This patchset does following tasks:
1)Replace beaconPeriod with beacon_period to avoid camel case issue.
2)Replace backupPMKIDList with backup_PMKID_list to avoid camel case issue.
3)Replace backupPMKIDIndex with backup_PMKID_index to avoid camel case issue.
4)Replace backupTKIPCountermeasure with backup_TKIP_count_measure to avoid camel case issue.
5)Adjust code to eliminate alignment issue.
6)Adjust code to align open parenthesis.
Payal Kshirsagar (6):
staging: rtl8712: avoid camelcase variable name 'beaconPeriod'
staging: rtl8712: avoid camelcase variable name 'backupPMKIDList'
staging: rtl8712: avoid camelcase variable name 'backupPMKIDIndex'
staging: rtl8712: avoid camelcase variable name
'backupTKIPCountermeasure'
staging: rtl8712: align to open parenthesis
staging: rtl8712: recv_linux.c: align to open parenthesis
drivers/staging/rtl8712/ieee80211.c | 4 ++--
drivers/staging/rtl8712/mlme_linux.c | 18 +++++++++---------
drivers/staging/rtl8712/osdep_service.h | 2 +-
drivers/staging/rtl8712/recv_linux.c | 2 +-
4 files changed, 13 insertions(+), 13 deletions(-)
--
2.7.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-03-24 5:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-24 5:42 [PATCH 0/6] Fix various style issues of driver rtl8712 Payal Kshirsagar
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.