All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Frank A. Cancio Bello" <frank@generalsoftwareinc.com>
To: gregkh@linuxfoundation.org
Cc: outreachy-kernel@googlegroups.com,
	saiprakash.ranjan@codeaurora.org, joel@joelfernandes.org,
	Larry Finger <Larry.Finger@lwfinger.net>,
	Florian Schilhabel <florian.c.schilhabel@googlemail.com>
Subject: [PATCH 0/3] staging: rtl8712: Spacing and alignment cleanup
Date: Thu, 31 Oct 2019 22:44:44 +0000	[thread overview]
Message-ID: <cover.1572561194.git.frank@generalsoftwareinc.com> (raw)

This patchset fixes minor issues with spacing and alignment.
Three types of checkpatch.pl messages are addressed:
  - UNNECESSARY_PARENTHESES
  - LINE_SPACING
  - PARENTHESIS_ALIGNMENT

Frank A. Cancio Bello (3):
  staging: rtl8712: Fix parentheses alignment
  staging: rtl8712: Fix spacing issues
  staging: rtl8712: Remove unnecessary parentheses

 drivers/staging/rtl8712/os_intfs.c      |  2 +-
 drivers/staging/rtl8712/osdep_service.h |  2 +-
 drivers/staging/rtl8712/rtl8712_recv.c  | 16 ++++++++--------
 drivers/staging/rtl8712/rtl8712_xmit.c  | 21 +++++++++++----------
 drivers/staging/rtl8712/rtl871x_cmd.h   |  9 +++++++++
 drivers/staging/rtl8712/rtl871x_event.h |  1 +
 6 files changed, 31 insertions(+), 20 deletions(-)

-- 
2.17.1



             reply	other threads:[~2019-10-31 22:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-31 22:44 Frank A. Cancio Bello [this message]
2019-10-31 22:45 ` [PATCH 1/3] staging: rtl8712: Fix parentheses alignment Frank A. Cancio Bello
2019-10-31 22:45 ` [PATCH 2/3] staging: rtl8712: Fix spacing issues Frank A. Cancio Bello
2019-10-31 22:46 ` [PATCH 3/3] staging: rtl8712: Remove unnecessary parentheses Frank A. Cancio Bello

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.1572561194.git.frank@generalsoftwareinc.com \
    --to=frank@generalsoftwareinc.com \
    --cc=Larry.Finger@lwfinger.net \
    --cc=florian.c.schilhabel@googlemail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=joel@joelfernandes.org \
    --cc=outreachy-kernel@googlegroups.com \
    --cc=saiprakash.ranjan@codeaurora.org \
    /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.