lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 26 Jun 2014 19:06:53 +0530
From:	Varka Bhadram <varkabhadram@...il.com>
To:	netdev@...r.kernel.org
Cc:	alex.bluesman.smirnov@...il.com, dbaryshkov@...il.com,
	linux-zigbee-devel@...ts.sourceforge.net, davem@...emloft.net,
	Varka Bhadram <varkab@...c.in>
Subject: [PATCH net-next 0/2] cleanup for 6lowpan and mac802514

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

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ