crypto: rsa-pkcs1pad - Remove bogus page splitting
[cascardo/linux.git] / scripts / coccicheck
index b2d7581..dd85a45 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