]> Git Repo - qemu.git/blobdiff - block/io_uring.c
monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.c
[qemu.git] / block / io_uring.c
index 56892fd1ab8d0708657b0499b158473e9ac0453e..a3142ca98905b912257b3c3606f748586ab125d6 100644 (file)
@@ -187,7 +187,7 @@ static void luring_process_completions(LuringState *s)
                     ret = 0;
                 }
             } else {
-                ret = -ENOSPC;;
+                ret = -ENOSPC;
             }
         }
 end:
This page took 0.022531 seconds and 4 git commands to generate.