public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]arch:x86:kvm:i8254.h Fix typo in kvm_pit
@ 2011-03-30 16:19 Justin P. Mattock
  2011-03-30 16:26 ` Avi Kivity
  0 siblings, 1 reply; 9+ messages in thread
From: Justin P. Mattock @ 2011-03-30 16:19 UTC (permalink / raw)
  To: trivial; +Cc: kvm, linux-kernel, avi, Justin P. Mattock

The below patch changes base_addresss to base_address.
Note: I have grepped for base_addresss and nothing shows up,
grepping for base_address gets me lots of output, telling me that
this is a typo, but could be wrong.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/x86/kvm/i8254.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kvm/i8254.h b/arch/x86/kvm/i8254.h
index 46d08ca..c2fa48b 100644
--- a/arch/x86/kvm/i8254.h
+++ b/arch/x86/kvm/i8254.h
@@ -33,7 +33,7 @@ struct kvm_kpit_state {
 };
 
 struct kvm_pit {
-	unsigned long base_addresss;
+	unsigned long base_address;
 	struct kvm_io_device dev;
 	struct kvm_io_device speaker_dev;
 	struct kvm *kvm;
-- 
1.7.4.1


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

end of thread, other threads:[~2011-03-31 15:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-30 16:19 [PATCH]arch:x86:kvm:i8254.h Fix typo in kvm_pit Justin P. Mattock
2011-03-30 16:26 ` Avi Kivity
2011-03-30 16:30   ` Justin P. Mattock
2011-03-30 17:17     ` Avi Kivity
2011-03-30 17:42       ` Justin P. Mattock
2011-03-31  9:20         ` Avi Kivity
2011-03-31 15:50           ` Justin P. Mattock
2011-03-30 22:21       ` Jiri Kosina
2011-03-30 23:52         ` Justin P. Mattock

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