]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
KVM: Fix the explanation of write_emulated
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Wed, 6 Jan 2010 08:55:23 +0000 (17:55 +0900)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 1 Mar 2010 15:35:47 +0000 (12:35 -0300)
The explanation of write_emulated is confused with
that of read_emulated. This patch fix it.

Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/include/asm/kvm_emulate.h

index 7c18e1230f5490f1f7a58bd103302ffcb8bf20b1..9b697c2735d9f4bf6fbbf125761d9af71e2eb8de 100644 (file)
@@ -74,7 +74,7 @@ struct x86_emulate_ops {
                             struct kvm_vcpu *vcpu);
 
        /*
-        * write_emulated: Read bytes from emulated/special memory area.
+        * write_emulated: Write bytes to emulated/special memory area.
         *  @addr:  [IN ] Linear address to which to write.
         *  @val:   [IN ] Value to write to memory (low-order bytes used as
         *                required).