All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Removed some checkpatch.pl warnings.
@ 2015-02-22  1:51 Gulsah Kose
  2015-02-22  1:51 ` [PATCH 1/7] staging: arch: alpha: boot: Combined seperated strings Gulsah Kose
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Gulsah Kose @ 2015-02-22  1:51 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Gulsah Kose

This patch set removes following checkpatch.pl warnings from ft1000_hw.c.
WARNING: Use #include <linux/io.h> instead of <asm/io.h>
WARNING: Use #include <linux/bitops.h> instead of <asm/bitops.h>
WARNING: else is not generally useful after a break or return
WARNING: braces {} are not necessary for any arm of this statement
WARNING: Unnecessary parentheses
WARNING: Missing a blank line after declarations

Gulsah Kose (7):
  staging: arch: alpha: boot: Combined seperated strings.
  staging: ft1000: ft1000-pcmcia: Used "linux" instead of "asm".
  staging: ft1000: ft1000-pcmcia: Used "linux" instead of "asm"
  staging: ft1000: ft1000-pcmcia: Removed all useless "else"
  staging: ft1000: ft1000-pcmcia: Deleted unnecessary braces.
  staging: ft1000: ft1000-pcmcia: Removed unnecessary parentheses.
  staging: ft1000: ft1000-pcmcia: Added missing blank line.

 arch/alpha/boot/bootpz.c                         |   3 +-
 drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 295 +++++++++++------------
 2 files changed, 147 insertions(+), 151 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2015-02-26 23:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-22  1:51 [PATCH 0/7] Removed some checkpatch.pl warnings Gulsah Kose
2015-02-22  1:51 ` [PATCH 1/7] staging: arch: alpha: boot: Combined seperated strings Gulsah Kose
2015-02-26 23:13   ` [Outreachy kernel] " Greg KH
2015-02-22  1:51 ` [PATCH 2/7] staging: ft1000: ft1000-pcmcia: Used "linux" instead of "asm" Gulsah Kose
2015-02-26 23:13   ` [Outreachy kernel] " Greg KH
2015-02-22  1:51 ` [PATCH 3/7] " Gulsah Kose
2015-02-22  1:52 ` [PATCH 4/7] staging: ft1000: ft1000-pcmcia: Removed all useless "else" Gulsah Kose
2015-02-22  1:52 ` [PATCH 5/7] staging: ft1000: ft1000-pcmcia: Deleted unnecessary braces Gulsah Kose
2015-02-22  1:52 ` [PATCH 6/7] staging: ft1000: ft1000-pcmcia: Removed unnecessary parentheses Gulsah Kose
2015-02-22  1:52 ` [PATCH 7/7] staging: ft1000: ft1000-pcmcia: Added missing blank line Gulsah Kose

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.