All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] staging: ks7010: Fix multiple checkpatch warnings
@ 2016-09-16 13:44 sayli karnik
  2016-09-16 13:45 ` [PATCH v2 1/6] staging: ks7010: Use #include <linux/atomic.h> instead of <asm/atomic.h> sayli karnik
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: sayli karnik @ 2016-09-16 13:44 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh

This patchset fixes several checkpatch issues detected in the ks7010_sdio.c
file of the ks7010 driver. 

Changes in v2:
Corrected the subject line
Added a patch to remove extra braces
Removed code under comments in patch 3/6

sayli karnik (6):
  Use #include <linux/atomic.h> instead of <asm/atomic.h>
  Remove braces following single statement blocks
  Remove space after '(' and before ')'
  Remove unnecessary blank lines
  Remove the space after a type cast
  Remove extra round braces around expressions/variables

 drivers/staging/ks7010/ks7010_sdio.c | 63 ++++++++++++++++--------------------
 1 file changed, 28 insertions(+), 35 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2016-09-19  9:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-16 13:44 [PATCH v2 0/6] staging: ks7010: Fix multiple checkpatch warnings sayli karnik
2016-09-16 13:45 ` [PATCH v2 1/6] staging: ks7010: Use #include <linux/atomic.h> instead of <asm/atomic.h> sayli karnik
2016-09-17 21:31   ` [PATCH v3 " Greg KH
2016-09-16 13:48 ` [PATCH v2 2/6] staging: ks7010: Remove braces following single statement blocks sayli karnik
2016-09-18 11:02   ` [Outreachy kernel] [PATCH v3 " Julia Lawall
2016-09-18 19:19     ` sayli karnik
2016-09-19  9:49       ` Julia Lawall
2016-09-16 13:49 ` [PATCH v2 3/6] staging: ks7010: Remove space after '(' and before ')' sayli karnik
2016-09-16 13:50 ` [PATCH v2 4/6] staging: ks7010: Remove unnecessary blank lines sayli karnik
2016-09-16 14:05   ` Greg KH
2016-09-16 14:24     ` sayli karnik
2016-09-16 13:51 ` [PATCH v2 5/6] staging: ks7010: Remove the space after a type cast sayli karnik
2016-09-16 13:52 ` [PATCH v2 6/6] staging: ks7010: Remove extra round braces around expressions/variables sayli karnik
2016-09-18  7:10 ` [Outreachy kernel] [PATCH v3 0/6] staging: ks7010: Fix multiple checkpatch warnings Greg KH

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.