6lowpan: mac802154: fix coding style issues
authorVarka Bhadram <varkabhadram@gmail.com>
Wed, 2 Jul 2014 03:31:09 +0000 (09:01 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jul 2014 03:55:22 +0000 (20:55 -0700)
commit4710d806fcb825156e0a7b3a81104915c5e90f5d
treea34530ce364e0a6db136f3509141922e7172993f
parent46c9521fc245d91ff5b14cf246f28cee3f99a670
6lowpan: mac802154: fix coding style issues

This patch fixed the coding style issues reported by checkpatch.pl

following issues fixed:
CHECK: Alignment should match open parenthesis
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

Signed-off-by: Varka Bhadram <varkab@cdac.in>
Tested-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
15 files changed:
net/ieee802154/6lowpan_iphc.c
net/ieee802154/6lowpan_rtnl.c
net/ieee802154/af_ieee802154.c
net/ieee802154/dgram.c
net/ieee802154/ieee802154.h
net/ieee802154/netlink.c
net/ieee802154/nl-mac.c
net/ieee802154/nl-phy.c
net/ieee802154/raw.c
net/ieee802154/reassembly.c
net/ieee802154/wpan-class.c
net/mac802154/ieee802154_dev.c
net/mac802154/llsec.c
net/mac802154/mib.c
net/mac802154/tx.c