Browse Source

KVM: ARM: Remove non-ASCII space characters

Some strange character leaped into the documentation, which makes
git-send-email behave quite strangely.  Get rid of this before it bites
anyone else.

Cc: Anup Patel <anup.patel@linaro.org>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Christoffer Dall 12 years ago
parent
commit
a7265fb175
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/virtual/kvm/api.txt

+ 1 - 1
Documentation/virtual/kvm/api.txt

@@ -2312,7 +2312,7 @@ Type: vm ioctl
 Parameters: struct struct kvm_vcpu_init (out)
 Parameters: struct struct kvm_vcpu_init (out)
 Returns: 0 on success; -1 on error
 Returns: 0 on success; -1 on error
 Errors:
 Errors:
-  ENODEV:    no preferred target available for the host
+  ENODEV:    no preferred target available for the host
 
 
 This queries KVM for preferred CPU target type which can be emulated
 This queries KVM for preferred CPU target type which can be emulated
 by KVM on underlying host.
 by KVM on underlying host.