diff options
| author | Cao jin | 2016-07-14 15:10:43 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2016-07-18 16:10:52 +0200 |
| commit | 6977d901c43f6c2fc811c4ca9bf45bf0af6bb689 (patch) | |
| tree | 08978613a3f83558cf6c31557738f84fb004ed48 | |
| parent | linux-aio: share one LinuxAioState within an AioContext (diff) | |
| download | qemu-6977d901c43f6c2fc811c4ca9bf45bf0af6bb689.tar.gz qemu-6977d901c43f6c2fc811c4ca9bf45bf0af6bb689.tar.xz qemu-6977d901c43f6c2fc811c4ca9bf45bf0af6bb689.zip | |
aio_ctx_check: follow CODING_STYLE
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>
| -rw-r--r-- | async.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |
