All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Corrected four type checkpatch.pl errors and warning.
@ 2015-02-21 20:40 Gulsah Kose
  2015-02-21 20:40 ` [PATCH 1/4] staging: arch: alpha: boot: Deleted unnecessary space Gulsah Kose
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Gulsah Kose @ 2015-02-21 20:40 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Gulsah Kose

This patch fixes following checkpatch.pl errors and warnings in bootp.c:
ERROR: "foo * bar" should be "foo *bar"
ERROR: "(foo*)" should be "(foo *)"
WARNING: braces {} are not necessary for single statement blocks
WARNING: __aligned(size) is preferred over __attribute__((aligned(size)))

Gulsah Kose (4):
  staging: arch: alpha: boot: Deleted unnecessary space.
  staging: arch: alpha: boot: Added missing space before "*"
  staging: arch: alpha: boot: Deleted unnecessary brackets.
  staging: arch: alpha: boot: Replaced __attribute__((aligned(size)))
    with __aligned(size).

 arch/alpha/boot/bootp.c | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

-- 
1.9.1



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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-21 20:40 [PATCH 0/4] Corrected four type checkpatch.pl errors and warning Gulsah Kose
2015-02-21 20:40 ` [PATCH 1/4] staging: arch: alpha: boot: Deleted unnecessary space Gulsah Kose
2015-02-21 20:40 ` [PATCH 2/4] staging: arch: alpha: boot: Added missing space before "*" Gulsah Kose
2015-02-21 20:40 ` [PATCH 3/4] staging: arch: alpha: boot: Deleted unnecessary brackets Gulsah Kose
2015-02-21 20:50   ` [Outreachy kernel] " Julia Lawall
2015-02-21 22:13     ` Gülşah Köse
2015-02-21 20:40 ` [PATCH 4/4] staging: arch: alpha: boot: Replaced __attribute__((aligned(size))) with __aligned(size) Gulsah Kose
2015-02-21 20:51 ` [Outreachy kernel] [PATCH 0/4] Corrected four type checkpatch.pl errors and warning Julia Lawall

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.