All of lore.kernel.org
 help / color / mirror / Atom feed
From: Branden Bonaby <brandonbonaby94@gmail.com>
To: gregkh@linuxfoundation.org
Cc: Branden Bonaby <brandonbonaby94@gmail.com>,
	outreachy-kernel@googlegroups.com
Subject: [PATCH 0/3] staging: rtl8712: coding style issues
Date: Tue, 26 Mar 2019 13:29:27 -0400	[thread overview]
Message-ID: <cover.1553619382.git.brandonbonaby94@gmail.com> (raw)

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



             reply	other threads:[~2019-03-26 17:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-26 17:29 Branden Bonaby [this message]
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

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.1553619382.git.brandonbonaby94@gmail.com \
    --to=brandonbonaby94@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --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.