All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] staging: sm750fb: Coding style cleanups
@ 2015-03-26 17:09 Helen Fornazier
  2015-03-26 17:09 ` [PATCH 1/8] staging: sm750fb: Add space after struct definition Helen Fornazier
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Helen Fornazier @ 2015-03-26 17:09 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Helen Fornazier

Coding style cleanups for sm750fb staging driver
All of the issues it fixes were caught by checkpatch.pl script

Helen Fornazier (8):
  staging: sm750fb: Add space after struct definition
  staging: sm750fb: Fix if/else/for/switch braces style
  staging: sm750fb: Fix for statement style
  staging: sm750fb: Add space before if statement
  staging: sm750fb: Add space before switch statement
  staging: sm750fb: Add spaces after ','
  staging: sm750fb: Move switch case trailing statment
  staging: sm750fb: Change "foo * bar" style to "foo *bar"

 drivers/staging/sm750fb/ddk750_chip.c | 156 +++++++++++++++-------------------
 1 file changed, 69 insertions(+), 87 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2015-03-27  9:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-26 17:09 [PATCH 0/8] staging: sm750fb: Coding style cleanups Helen Fornazier
2015-03-26 17:09 ` [PATCH 1/8] staging: sm750fb: Add space after struct definition Helen Fornazier
2015-03-26 17:09 ` [PATCH 2/8] staging: sm750fb: Fix if/else/for/switch braces style Helen Fornazier
2015-03-26 17:09 ` [PATCH 3/8] staging: sm750fb: Fix for statement style Helen Fornazier
2015-03-26 17:09 ` [PATCH 4/8] staging: sm750fb: Add space before if statement Helen Fornazier
2015-03-26 17:09 ` [PATCH 5/8] staging: sm750fb: Add space before switch statement Helen Fornazier
2015-03-27  9:21   ` [Outreachy kernel] " Julia Lawall
2015-03-26 17:09 ` [PATCH 6/8] staging: sm750fb: Add spaces after ',' Helen Fornazier
2015-03-26 17:09 ` [PATCH 7/8] staging: sm750fb: Move switch case trailing statment Helen Fornazier
2015-03-26 17:09 ` [PATCH 8/8] staging: sm750fb: Change "foo * bar" style to "foo *bar" Helen Fornazier

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.