public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] white space formatting in kvm_main.c
@ 2015-02-20 13:21 Kevin Mulvey
  2015-02-20 13:21 ` [PATCH 2/2] [PATCH] fix checkpatch.pl errors in kvm/irqchip.c Kevin Mulvey
  2015-02-25 22:31 ` [PATCH 1/2] white space formatting in kvm_main.c Marcelo Tosatti
  0 siblings, 2 replies; 3+ messages in thread
From: Kevin Mulvey @ 2015-02-20 13:21 UTC (permalink / raw)
  To: Gleb Natapov, Paolo Bonzini, kvm, linux-kernel; +Cc: Kevin Mulvey

Better alignment of loop using tabs rather than spaces, this
makes checkpatch.pl happier.

Signed-off-by: Kevin Mulvey <kmulvey@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 100644
--- a/virt/kvm/kvm_main.c
+++ b/virt/kvm/kvm_main.c
@@ -1742,7 +1742,7 @@ int kvm_clear_guest(struct kvm *kvm, gpa_t gpa, unsigned long len)
 	int offset = offset_in_page(gpa);
 	int ret;
 
-        while ((seg = next_segment(len, offset)) != 0) {
+	while ((seg = next_segment(len, offset)) != 0) {
 		ret = kvm_clear_guest_page(kvm, gfn, offset, seg);
 		if (ret < 0)
 			return ret;
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-25 22:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 13:21 [PATCH 1/2] white space formatting in kvm_main.c Kevin Mulvey
2015-02-20 13:21 ` [PATCH 2/2] [PATCH] fix checkpatch.pl errors in kvm/irqchip.c Kevin Mulvey
2015-02-25 22:31 ` [PATCH 1/2] white space formatting in kvm_main.c Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox