netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Varka Bhadram <varkabhadram@gmail.com>
To: netdev@vger.kernel.org
Cc: alex.bluesman.smirnov@gmail.com, dbaryshkov@gmail.com,
	linux-zigbee-devel@lists.sourceforge.net, davem@davemloft.net,
	Varka Bhadram <varkab@cdac.in>
Subject: [PATCH net-next 0/2] cleanup for 6lowpan and mac802514
Date: Thu, 26 Jun 2014 19:06:53 +0530	[thread overview]
Message-ID: <1403789815-10418-1-git-send-email-varkab@cdac.in> (raw)

These patches fixed the coding style issues reported by checkpatch.pl.

following issues fixed:
	CHECK: Alignment should match open parenthesis
	WARNING: Prefer kcalloc over kzalloc with multiply
	WARNING: line over 80 characters
	CHECK: Blank lines aren't necessary before a close brace '}'
	WARNING: networking block comments don't use an empty /* line, use /* Comment...
	WARNING: Missing a blank line after declarations
	WARNING: networking block comments start with * on subsequent lines
	CHECK: braces {} should be used on all arms of this statement

Varka Bhadram (2):
  6lowpan: fix coding style issues
  mac802154: fix coding style issues

 net/ieee802154/6lowpan_iphc.c  |  113 ++++++++++++++++++----------------------
 net/ieee802154/6lowpan_rtnl.c  |   16 +++---
 net/ieee802154/af_ieee802154.c |   26 +++++----
 net/ieee802154/dgram.c         |   28 +++++-----
 net/ieee802154/ieee802154.h    |    2 +-
 net/ieee802154/netlink.c       |    4 +-
 net/ieee802154/nl-mac.c        |   48 +++++++++--------
 net/ieee802154/nl-phy.c        |   25 +++++----
 net/ieee802154/raw.c           |   14 +++--
 net/ieee802154/reassembly.c    |    1 +
 net/ieee802154/wpan-class.c    |   10 ++--
 net/mac802154/ieee802154_dev.c |    4 +-
 net/mac802154/llsec.c          |    1 +
 net/mac802154/mib.c            |    7 +--
 net/mac802154/tx.c             |    1 +
 15 files changed, 154 insertions(+), 146 deletions(-)

-- 
1.7.9.5

             reply	other threads:[~2014-06-26 13:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-26 13:36 Varka Bhadram [this message]
     [not found] ` <1403789815-10418-1-git-send-email-varkab-If5XQcfNmg0@public.gmane.org>
2014-06-26 13:36   ` [PATCH net-next 1/2] 6lowpan: fix coding style issues Varka Bhadram
2014-06-26 13:36 ` [PATCH net-next 2/2] mac802154: " Varka Bhadram
2014-07-02  0:04 ` [PATCH net-next 0/2] cleanup for 6lowpan and mac802514 David Miller
2014-07-02  0:05   ` David Miller

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=1403789815-10418-1-git-send-email-varkab@cdac.in \
    --to=varkabhadram@gmail.com \
    --cc=alex.bluesman.smirnov@gmail.com \
    --cc=davem@davemloft.net \
    --cc=dbaryshkov@gmail.com \
    --cc=linux-zigbee-devel@lists.sourceforge.net \
    --cc=netdev@vger.kernel.org \
    --cc=varkab@cdac.in \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).