netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] cleanup for 6lowpan and mac802514
@ 2014-06-26 13:36 Varka Bhadram
       [not found] ` <1403789815-10418-1-git-send-email-varkab-If5XQcfNmg0@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Varka Bhadram @ 2014-06-26 13:36 UTC (permalink / raw)
  To: netdev
  Cc: alex.bluesman.smirnov, dbaryshkov, linux-zigbee-devel, davem,
	Varka Bhadram

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

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

end of thread, other threads:[~2014-07-02  0:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-26 13:36 [PATCH net-next 0/2] cleanup for 6lowpan and mac802514 Varka Bhadram
     [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

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).