All of lore.kernel.org
 help / color / mirror / Atom feed
From: sayli karnik <karniksayli1995@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: gregkh@linuxfoundation.org
Subject: [PATCH v2 0/6] staging: ks7010: Fix multiple checkpatch warnings
Date: Fri, 16 Sep 2016 19:14:30 +0530	[thread overview]
Message-ID: <cover.1474032241.git.karniksayli1995@gmail.com> (raw)

This patchset fixes several checkpatch issues detected in the ks7010_sdio.c
file of the ks7010 driver. 

Changes in v2:
Corrected the subject line
Added a patch to remove extra braces
Removed code under comments in patch 3/6

sayli karnik (6):
  Use #include <linux/atomic.h> instead of <asm/atomic.h>
  Remove braces following single statement blocks
  Remove space after '(' and before ')'
  Remove unnecessary blank lines
  Remove the space after a type cast
  Remove extra round braces around expressions/variables

 drivers/staging/ks7010/ks7010_sdio.c | 63 ++++++++++++++++--------------------
 1 file changed, 28 insertions(+), 35 deletions(-)

-- 
2.7.4



             reply	other threads:[~2016-09-16 13:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-16 13:44 sayli karnik [this message]
2016-09-16 13:45 ` [PATCH v2 1/6] staging: ks7010: Use #include <linux/atomic.h> instead of <asm/atomic.h> sayli karnik
2016-09-17 21:31   ` [PATCH v3 " Greg KH
2016-09-16 13:48 ` [PATCH v2 2/6] staging: ks7010: Remove braces following single statement blocks sayli karnik
2016-09-18 11:02   ` [Outreachy kernel] [PATCH v3 " Julia Lawall
2016-09-18 19:19     ` sayli karnik
2016-09-19  9:49       ` Julia Lawall
2016-09-16 13:49 ` [PATCH v2 3/6] staging: ks7010: Remove space after '(' and before ')' sayli karnik
2016-09-16 13:50 ` [PATCH v2 4/6] staging: ks7010: Remove unnecessary blank lines sayli karnik
2016-09-16 14:05   ` Greg KH
2016-09-16 14:24     ` sayli karnik
2016-09-16 13:51 ` [PATCH v2 5/6] staging: ks7010: Remove the space after a type cast sayli karnik
2016-09-16 13:52 ` [PATCH v2 6/6] staging: ks7010: Remove extra round braces around expressions/variables sayli karnik
2016-09-18  7:10 ` [Outreachy kernel] [PATCH v3 0/6] staging: ks7010: Fix multiple checkpatch warnings Greg KH

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.1474032241.git.karniksayli1995@gmail.com \
    --to=karniksayli1995@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --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.