Re: [PATCH 1/2] white space formatting in kvm_main.c

2015-02-25 Thread Marcelo Tosatti
On Fri, Feb 20, 2015 at 08:21:36AM -0500, Kevin Mulvey wrote: > Better alignment of loop using tabs rather than spaces, this > makes checkpatch.pl happier. > > Signed-off-by: Kevin Mulvey > --- > virt/kvm/kvm_main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied both, thanks.

Re: [PATCH 1/2] white space formatting in kvm_main.c

2015-02-25 Thread Marcelo Tosatti
On Fri, Feb 20, 2015 at 08:21:36AM -0500, Kevin Mulvey wrote: Better alignment of loop using tabs rather than spaces, this makes checkpatch.pl happier. Signed-off-by: Kevin Mulvey kmul...@linux.com --- virt/kvm/kvm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied

[PATCH 1/2] white space formatting in kvm_main.c

2015-02-20 Thread Kevin Mulvey
Better alignment of loop using tabs rather than spaces, this makes checkpatch.pl happier. Signed-off-by: Kevin Mulvey --- virt/kvm/kvm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index a109370..36ab89d 100644 ---

[PATCH 1/2] white space formatting in kvm_main.c

2015-02-20 Thread Kevin Mulvey
Better alignment of loop using tabs rather than spaces, this makes checkpatch.pl happier. Signed-off-by: Kevin Mulvey kmul...@linux.com --- virt/kvm/kvm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index a109370..36ab89d