All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Fix multiple checkpatch issues
@ 2016-09-20 11:14 Rehas Sachdeva
  2016-09-20 11:14 ` [PATCH 1/7] staging: rts5208: Remove unnecessary parentheses Rehas Sachdeva
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Rehas Sachdeva @ 2016-09-20 11:14 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Greg Kroah-Hartman

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



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

end of thread, other threads:[~2016-09-20 11:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-20 11:14 [PATCH 0/7] Fix multiple checkpatch issues Rehas Sachdeva
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

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.