All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] staging: sm750: Fix most style errors
@ 2015-03-12  1:23 Ioana Ciornei
  2015-03-12  1:23 ` [PATCH 1/9] staging: sm750: Place space before after control flow instructions Ioana Ciornei
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Ioana Ciornei @ 2015-03-12  1:23 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Ioana Ciornei

This patchset cleans up multiple style errors found using checkpatch.pl
in order to improve readability and code quality.

Ioana Ciornei (9):
  staging: sm750: Place space before after control flow instructions
  staging: sm750: Add space before open bracket '{'
  staging: sm750: Place space before and after curly brackets
  staging: sm750: Remove space before semicolon
  staging: sm750: Place open bracket '{' on the next line
  staging: sm750: Move open curly bracket on previous line
  staging: sm750: Remove space before ')'
  staging: sm750: Place * next to identifier
  staging: sm750: Add space before and after '=', ':' etc

 drivers/staging/sm750fb/sm750.c | 256 +++++++++++++++++++---------------------
 1 file changed, 122 insertions(+), 134 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2015-03-12  6:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-12  1:23 [PATCH 0/9] staging: sm750: Fix most style errors Ioana Ciornei
2015-03-12  1:23 ` [PATCH 1/9] staging: sm750: Place space before after control flow instructions Ioana Ciornei
2015-03-12  1:23 ` [PATCH 2/9] staging: sm750: Add space before open bracket '{' Ioana Ciornei
2015-03-12  1:23 ` [PATCH 3/9] staging: sm750: Place space before and after curly brackets Ioana Ciornei
2015-03-12  1:23 ` [PATCH 4/9] staging: sm750: Remove space before semicolon Ioana Ciornei
2015-03-12  1:23 ` [PATCH 5/9] staging: sm750: Place open bracket '{' on the next line Ioana Ciornei
2015-03-12  6:28   ` [Outreachy kernel] " Julia Lawall
2015-03-12  1:23 ` [PATCH 6/9] staging: sm750: Move open curly bracket on previous line Ioana Ciornei
2015-03-12  6:27   ` [Outreachy kernel] " Julia Lawall
2015-03-12  1:23 ` [PATCH 7/9] staging: sm750: Remove space before ')' Ioana Ciornei
2015-03-12  6:26   ` [Outreachy kernel] " Julia Lawall
2015-03-12  1:23 ` [PATCH 8/9] staging: sm750: Place * next to identifier Ioana Ciornei
2015-03-12  1:23 ` [PATCH 9/9] staging: sm750: Add space before and after '=', ':' etc Ioana Ciornei
2015-03-12  6:24   ` [Outreachy kernel] " 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.