From: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Subject: [PATCH 0/6] Fix various style issues of driver rtl8712
Date: Sun, 24 Mar 2019 11:12:49 +0530 [thread overview]
Message-ID: <cover.1553403956.git.payal.s.kshirsagar.98@gmail.com> (raw)
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
reply other threads:[~2019-03-24 5:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=cover.1553403956.git.payal.s.kshirsagar.98@gmail.com \
--to=payal.s.kshirsagar.98@gmail.com \
--cc=outreachy-kernel@googlegroups.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 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.