checkpatch: fix function pointers in blank line needed after declarations test
authorJoe Perches <[email protected]>
Wed, 6 Aug 2014 23:10:33 +0000 (16:10 -0700)
committerLinus Torvalds <[email protected]>
Thu, 7 Aug 2014 01:01:27 +0000 (18:01 -0700)
commit5a4e1fd37d0677755391e2e89e9386e072265157
treee3c520b53f182569198c77fe8a22fa811d8c22af
parent356fd398135480363402cd334ac3218be56b7201
checkpatch: fix function pointers in blank line needed after declarations test

Add a function pointer declaration check to the test for blank line
needed after declarations.

Signed-off-by: Joe Perches <[email protected]>
Reported-by: Bruce W Allan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/checkpatch.pl