All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] staging: ks7010: ks7010_sdio.c: Fix multiple checkpatch warnings
@ 2016-09-14 19:42 sayli karnik
  2016-09-14 19:45 ` [PATCH 1/6] staging: ks7010: ks7010_sdio.c: Use <linux/atomic.h> instead of <asm/atomic.h> sayli karnik
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: sayli karnik @ 2016-09-14 19:42 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.

sayli karnik (6):
  Use <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 the null check before kfree

 drivers/staging/ks7010/ks7010_sdio.c | 75 +++++++++++++++---------------------
 1 file changed, 32 insertions(+), 43 deletions(-)

-- 
2.7.4



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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-14 19:42 [PATCH 0/6] staging: ks7010: ks7010_sdio.c: Fix multiple checkpatch warnings sayli karnik
2016-09-14 19:45 ` [PATCH 1/6] staging: ks7010: ks7010_sdio.c: Use <linux/atomic.h> instead of <asm/atomic.h> sayli karnik
2016-09-14 19:47 ` [PATCH 2/6] staging: ks7010: ks7010_sdio.c: Remove braces following single statement blocks sayli karnik
2016-09-14 19:48 ` [PATCH 3/6] staging: ks7010: ks7010_sdio.c: Remove space after '(' and before ')' sayli karnik
2016-09-14 19:49 ` [PATCH 4/6] staging: ks7010: ks7010_sdio.c: Remove unnecessary blank lines sayli karnik
2016-09-14 20:21   ` [Outreachy kernel] " Julia Lawall
2016-09-14 19:50 ` [PATCH 5/6] staging: ks7010: ks7010_sdio.c: Remove the space after a type cast sayli karnik
2016-09-14 20:20   ` [Outreachy kernel] " Julia Lawall
2016-09-14 19:51 ` [PATCH 6/6] staging: ks7010: ks7010_sdio.c: Remove the null check before kfree sayli karnik

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.