diff options
author | Vegard Nossum <vegard.nossum@gmail.com> | 2008-07-22 21:27:11 +0200 |
---|---|---|
committer | Vegard Nossum <vegard.nossum@gmail.com> | 2008-07-22 21:27:11 +0200 |
commit | a656c8efb40a8700046df20da2195f8aa39ce38a (patch) | |
tree | fb9e7a903fdbb4bd2579370c8f314dc09ddc0a87 /include | |
parent | 93ded9b8fd42abe2c3607097963d8de6ad9117eb (diff) |
x86: fix spurious '#' in kvm header
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/kvm_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h index fdde0bedaa90..924e1bfe3a6c 100644 --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h @@ -1,4 +1,4 @@ -#/* +/* * Kernel-based Virtual Machine driver for Linux * * This header defines architecture specific interfaces, x86 version |