All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5][Outreachy kernel]Fix various style issues of driver rtl8712
@ 2019-03-23  8:20 Payal Kshirsagar
  0 siblings, 0 replies; only message in thread
From: Payal Kshirsagar @ 2019-03-23  8:20 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Payal Kshirsagar

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-23  8:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-23  8:20 [PATCH 0/5][Outreachy kernel]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.