Re: [Qemu-devel] [PATCH] aio_ctx_check: follow CODING_STYLE

2016-07-15 Thread Stefan Hajnoczi
On Thu, Jul 14, 2016 at 09:10:43PM +0800, Cao jin wrote: > replace tab with spaces > > Signed-off-by: Cao jin > --- > async.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan signature.asc Descript

Re: [Qemu-devel] [PATCH] aio_ctx_check: follow CODING_STYLE

2016-07-14 Thread Cao jin
On 07/14/2016 10:08 PM, Eric Blake wrote: On 07/14/2016 07:10 AM, Cao jin wrote: replace tab with spaces Signed-off-by: Cao jin --- async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Whitespace-only changes are best done as part of a series that is already touching nearby cod

Re: [Qemu-devel] [PATCH] aio_ctx_check: follow CODING_STYLE

2016-07-14 Thread Eric Blake
On 07/14/2016 07:10 AM, Cao jin wrote: > replace tab with spaces > > Signed-off-by: Cao jin > --- > async.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Whitespace-only changes are best done as part of a series that is already touching nearby code for other reasons (depending on the

[Qemu-devel] [PATCH] aio_ctx_check: follow CODING_STYLE

2016-07-14 Thread Cao jin
replace tab with spaces Signed-off-by: Cao jin --- async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async.c b/async.c index 1f9754b..8589017 100644 --- a/async.c +++ b/async.c @@ -217,7 +217,7 @@ aio_ctx_check(GSource *source) for (bh = ctx->first_bh; bh; bh = bh-