checkpatch: fix function pointers in blank line needed after declarations test
authorJoe Perches <joe@perches.com>
Wed, 6 Aug 2014 23:10:33 +0000 (16:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
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 <joe@perches.com>
Reported-by: Bruce W Allan <bruce.w.allan@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl