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/asm-x86 | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 (diff) | |
download | linux-a656c8efb40a8700046df20da2195f8aa39ce38a.tar.xz linux-a656c8efb40a8700046df20da2195f8aa39ce38a.zip |
x86: fix spurious '#' in kvm header
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Diffstat (limited to 'include/asm-x86')
-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 |