Re: [PATCH 3/3] nl80211: Various checkpatch.pl fixes
From: Julian Calaby <hidden>
Date: 2016-05-30 00:35:59
Also in:
netdev
From: Julian Calaby <hidden>
Date: 2016-05-30 00:35:59
Also in:
netdev
Hi Kirtika, On Sun, May 29, 2016 at 1:31 PM, Kirtika Ruchandani [off-list ref] wrote:
This patch fixes the following checkpatch.pl issues -
There's too much stuff here to quickly review, it'd be nice if you could split this up into patches that do the following: Space issues:
- space preferred around that <operator> - no space needed after cast. - Alignment should match open parenthesis - suspect code indent for conditional statements - Statements should start on a tabstop
Braces:
- braces {} should be used on all arms of this statementMultiple assignments:
- multiple assignments should be avoided
ether_addr_copy:
- prefer ether_addr_copy over memcpy
Spelling:
- correct spelling - 'implementation'
NULL comparisons:
- comparison to NULL could be written as !foo
kcalloc vs kzalloc:
- prefer kcalloc over kzalloc with multiply
Thanks, -- Julian Calaby Email: julian.calaby@gmail.com Profile: http://www.google.com/profiles/julian.calaby/