All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rehas Sachdeva <aquannie@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: [PATCH 0/7] Fix multiple checkpatch issues
Date: Tue, 20 Sep 2016 16:44:33 +0530	[thread overview]
Message-ID: <cover.1474369970.git.aquannie@gmail.com> (raw)

Fixes multiple checkpatch.pl issues in rts5208 driver.

Rehas Sachdeva (7):
  staging: rts5208: Remove unnecessary parentheses
  staging: rts5208: Add spaces around operators
  staging: rts5208: Remove explicit NULL comparison
  staging: rts5208: Fix indentation
  staging: rts5208: Put constant on right side of comparison
  staging: rts5208: Use BIT(x) macro
  staging: rts5208: Remove space after cast

 drivers/staging/rts5208/ms.c        | 30 +++++++++++++++---------------
 drivers/staging/rts5208/rtsx.c      |  2 +-
 drivers/staging/rts5208/rtsx.h      | 12 ++++++------
 drivers/staging/rts5208/rtsx_card.c |  2 +-
 drivers/staging/rts5208/rtsx_chip.h | 30 +++++++++++++++---------------
 drivers/staging/rts5208/rtsx_scsi.c |  2 +-
 drivers/staging/rts5208/sd.c        |  6 +++---
 drivers/staging/rts5208/xd.c        | 12 ++++++------
 8 files changed, 48 insertions(+), 48 deletions(-)

-- 
2.7.4



             reply	other threads:[~2016-09-20 11:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-20 11:14 Rehas Sachdeva [this message]
2016-09-20 11:14 ` [PATCH 1/7] staging: rts5208: Remove unnecessary parentheses Rehas Sachdeva
2016-09-20 11:15 ` [PATCH 2/7] staging: rts5208: Add spaces around operators Rehas Sachdeva
2016-09-20 11:15 ` [PATCH 3/7] staging: rts5208: Remove explicit NULL comparison Rehas Sachdeva
2016-09-20 11:15 ` [PATCH 4/7] staging: rts5208: Fix indentation Rehas Sachdeva
2016-09-20 11:15 ` [PATCH 5/7] staging: rts5208: Put constant on right side of comparison Rehas Sachdeva
2016-09-20 11:16 ` [PATCH 6/7] staging: rts5208: Use BIT(x) macro Rehas Sachdeva
2016-09-20 11:16 ` [PATCH 7/7] staging: rts5208: Remove space after cast Rehas Sachdeva

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.1474369970.git.aquannie@gmail.com \
    --to=aquannie@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.