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>
This commit is contained in:

committed by
David S. Miller

parent
46c9521fc2
commit
4710d806fc
@@ -538,6 +538,7 @@ static int llsec_recover_addr(struct mac802154_llsec *sec,
|
||||
struct ieee802154_addr *addr)
|
||||
{
|
||||
__le16 caddr = sec->params.coord_shortaddr;
|
||||
|
||||
addr->pan_id = sec->params.pan_id;
|
||||
|
||||
if (caddr == cpu_to_le16(IEEE802154_ADDR_BROADCAST)) {
|
||||
|
Reference in New Issue
Block a user