Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-block.git] / scripts / coccicheck
index b2d758188f2f404b22c8c691b87d0e43a0404f5d..dd85a455b2ba9ec20250f8556904f80d597fb58a 100755 (executable)
@@ -98,7 +98,7 @@ run_cmd() {
 }
 
 kill_running() {
-       for i in $(seq $(( NPROC - 1 )) ); do
+       for i in $(seq $(( NPROC - 1 )) ); do
                if [ $VERBOSE -eq 2 ] ; then
                        echo "Killing ${SPATCH_PID[$i]}"
                fi