diff options
author | Joe Perches <joe@perches.com> | 2014-12-11 02:51:51 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-11 04:41:12 +0300 |
commit | ea4acbb11e32a2a1e7d80aa3d3039f909647ceee (patch) | |
tree | 8faec310c2965f428c2c1e2c7a97852108204b15 /scripts/makelst | |
parent | e0d975b1b439c4fef58fbc306c542c94f48bb849 (diff) | |
download | linux-ea4acbb11e32a2a1e7d80aa3d3039f909647ceee.tar.xz |
checkpatch: Add --strict test for function pointer calling style
Peter Hurley wrote:
The use of older function ptr calling style, (*fn)(), makes static
analysis more error-prone; replace with modern fn() style.
So make checkpatch emit a --strict test for that condition.
Update the unnecessary parentheses test for dereferencing
objects at the same time and create a $fix mechanism too.
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/makelst')
0 files changed, 0 insertions, 0 deletions