]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - scripts/coccicheck
vhost: lockless enqueuing
[mirror_ubuntu-bionic-kernel.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