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/5][Outreachy kernel]Fix various style issues of driver rtl8712
Date: Sat, 23 Mar 2019 13:50:03 +0530 [thread overview]
Message-ID: <cover.1553328524.git.payal.s.kshirsagar.98@gmail.com> (raw)
This patchset does following tasks:
1)Replace bPowerOn with power_on to avoid camel case issue.
2)Replace bResult with result to avoid camel case issue.
3)Replace bRead with read to avoid camel case issue.
4)Replace bContinual with continual to avoid camel case issue.
5)Adjust code such that lines should not end with a parenthesis
Payal Kshirsagar (5):
staging: rtl8712: avoid camelcase variable name 'bPowerOn'
staging: rtl8712: avoid camelcase variable name 'bResult'
staging: rtl8712: avoid camelcase variable name 'bRead'
staging: rtl8712: avoid camelcase variable name 'bContinual'
staging: rtl8712: Lines should not end with a parenthesis
drivers/staging/rtl8712/rtl8712_efuse.c | 78 ++++++++++++++++-----------------
1 file changed, 38 insertions(+), 40 deletions(-)
--
2.7.4
reply other threads:[~2019-03-23 8:20 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.1553328524.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.