All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Removed some checkpatch.pl warnings.
@ 2015-02-22  3:08 Gulsah Kose
  2015-02-22  3:08 ` [PATCH 1/4] staging: lustre: lnet: klnds: o2iblnd: Removed unnecessary spaces Gulsah Kose
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Gulsah Kose @ 2015-02-22  3:08 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Gulsah Kose

This patch set removes following checkpatch.pl warnings from o2iblnd.c
WARNING: space prohibited between function name and open parenthesis '('
WARNING: void function return statements are not generally useful
WARNING: braces {} are not necessary for single statement blocks
WARNING: Missing a blank line after declarations

Gulsah Kose (4):
  staging: lustre: lnet: klnds: o2iblnd: Removed unnecessary spaces.
  staging: lustre: lnet: klnds: o2iblnd: Removed useless return
    keywords.
  staging: lustre: lnet: klnds: o2iblnd: Deleted unnecessary brackets.
  staging: lustre: lnet: klnds: o2iblnd: Added missing blank line.

 .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c    | 217 ++++++++++-----------
 1 file changed, 107 insertions(+), 110 deletions(-)

-- 
1.9.1



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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-22  3:08 [PATCH 0/4] Removed some checkpatch.pl warnings Gulsah Kose
2015-02-22  3:08 ` [PATCH 1/4] staging: lustre: lnet: klnds: o2iblnd: Removed unnecessary spaces Gulsah Kose
2015-02-22  3:08 ` [PATCH 2/4] staging: lustre: lnet: klnds: o2iblnd: Removed useless return keywords Gulsah Kose
2015-02-22  3:08 ` [PATCH 3/4] staging: lustre: lnet: klnds: o2iblnd: Deleted unnecessary brackets Gulsah Kose
2015-02-22  6:47   ` [Outreachy kernel] " Julia Lawall
2015-02-22 11:06   ` Julia Lawall
2015-02-22  3:08 ` [PATCH 4/4] staging: lustre: lnet: klnds: o2iblnd: 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.