public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] KVM: trivial whitespace fixes
@ 2007-03-10 10:22 Ingo Molnar
       [not found] ` <20070310102251.GA31273-X9Un+BFzKDI@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2007-03-10 10:22 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel

Subject: [patch] KVM: trivial whitespace fixes
From: Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>

trivial whitespace fixes.

Signed-off-by: Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>
---
 drivers/kvm/mmu.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: linux/drivers/kvm/mmu.c
===================================================================
--- linux.orig/drivers/kvm/mmu.c
+++ linux/drivers/kvm/mmu.c
@@ -1099,7 +1099,7 @@ static void mmu_pre_write_zap_pte(struct
 {
 	u64 pte;
 	struct kvm_mmu_page *child;
-				  
+
 	pte = *spte;
 	if (is_present_pte(pte)) {
 		if (page->role.level == PT_PAGE_TABLE_LEVEL)
@@ -1164,7 +1164,7 @@ void kvm_mmu_pre_write(struct kvm_vcpu *
 		level = page->role.level;
 		npte = 1;
 		if (page->role.glevels == PT32_ROOT_LEVEL) {
-			page_offset <<= 1;          /* 32->64 */
+			page_offset <<= 1;	/* 32->64 */
 			/*
 			 * A 32-bit pde maps 4MB while the shadow pdes map
 			 * only 2MB.  So we need to double the offset again

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

end of thread, other threads:[~2007-03-11  9:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-10 10:22 [patch] KVM: trivial whitespace fixes Ingo Molnar
     [not found] ` <20070310102251.GA31273-X9Un+BFzKDI@public.gmane.org>
2007-03-11  9:46   ` Avi Kivity

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