checkpatch: use a more consistent function argument style
authorJoe Perches <joe@perches.com>
Thu, 3 Apr 2014 21:49:19 +0000 (14:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 Apr 2014 23:21:13 +0000 (16:21 -0700)
commitcbec18afcc82a9b49953aeaa39ecb5ed553e3509
treedd79c29439d6351b9ab4117fdeb13814cd917094
parent9b0fa60d9be0a82bc9e49bdd2dcacdfe4d1d5192
checkpatch: use a more consistent function argument style

Instead of array indexing $_, use temporary variables like all the other
subroutines in the script use.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl