All of lore.kernel.org
 help / color / mirror / Atom feed
From: Helen Fornazier <helen.fornazier@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: Helen Fornazier <helen.fornazier@gmail.com>
Subject: [PATCH 0/8] staging: sm750fb: Coding style cleanups
Date: Thu, 26 Mar 2015 14:09:12 -0300	[thread overview]
Message-ID: <cover.1427389602.git.helen.fornazier@gmail.com> (raw)

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



             reply	other threads:[~2015-03-26 17:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-26 17:09 Helen Fornazier [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1427389602.git.helen.fornazier@gmail.com \
    --to=helen.fornazier@gmail.com \
    --cc=outreachy-kernel@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.