All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: rtl8712: coding style issues
@ 2019-03-26 17:29 Branden Bonaby
  2019-03-26 17:29 ` [PATCH 1/3] staging: rtl8712: remove unnecessary parentheses Branden Bonaby
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Branden Bonaby @ 2019-03-26 17:29 UTC (permalink / raw)
  To: gregkh; +Cc: Branden Bonaby, outreachy-kernel

This patchset removes parentheses around a member element
before the '&' symbol as it is not necessary. It also 
renames a variable from camelcase to underscore notation to 
align more with the Linux kernel coding style. Lastly the patchset
reworks an if statement to prevent it from comparing to an arbitrary
"true" value.

Branden Bonaby (3):
  staging: rtl8712: remove unnecessary parentheses
  staging: rtl8712: rename variable to avoid camelcase
  staging: rtl8712: Remove comparison to true

 drivers/staging/rtl8712/rtl8712_xmit.c | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2019-03-27 18:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-26 17:29 [PATCH 0/3] staging: rtl8712: coding style issues Branden Bonaby
2019-03-26 17:29 ` [PATCH 1/3] staging: rtl8712: remove unnecessary parentheses Branden Bonaby
2019-03-26 17:29 ` [PATCH 2/3] staging: rtl8712: rename variable to avoid camelcase Branden Bonaby
2019-03-26 17:50   ` [Outreachy kernel] " Julia Lawall
2019-03-27 14:29   ` Greg KH
2019-03-26 17:29 ` [PATCH 3/3] staging: rtl8712: Remove comparison to true Branden Bonaby

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.