projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0187f5c
)
aio_ctx_check: follow CODING_STYLE
author
Cao jin
<caoj.fnst@cn.fujitsu.com>
Thu, 14 Jul 2016 13:10:43 +0000
(21:10 +0800)
committer
Stefan Hajnoczi
<stefanha@redhat.com>
Mon, 18 Jul 2016 14:10:52 +0000
(15:10 +0100)
replace tab with spaces
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Message-id:
1468501843
-14927-1-git-send-email-caoj.fnst@cn.fujitsu.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
async.c
patch
|
blob
|
history
diff --git
a/async.c
b/async.c
index 6caa98cd92ca80d0ebc235b9bae2554187016919..0e0efc340af4e8c66da405f91641219e17ffc3f0 100644
(file)
--- a/
async.c
+++ b/
async.c
@@
-218,7
+218,7
@@
aio_ctx_check(GSource *source)
for (bh = ctx->first_bh; bh; bh = bh->next) {
if (!bh->deleted && bh->scheduled) {
return true;
- }
+
}
}
return aio_pending(ctx) || (timerlistgroup_deadline_ns(&ctx->tlg) == 0);
}