diff options
author | Christoffer Dall <christoffer.dall@linaro.org> | 2013-10-15 20:43:00 -0400 |
---|---|---|
committer | Christoffer Dall <christoffer.dall@linaro.org> | 2013-10-15 20:43:00 -0400 |
commit | a7265fb1751ffbfad553afc7f592a6dac6be48de (patch) | |
tree | c75f937477e746ad52addaa9a83efdc75650385b /Documentation/virtual/kvm/api.txt | |
parent | e8c2d99f8277d68d28a9f99d16289712bc2aee7f (diff) |
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>
Diffstat (limited to 'Documentation/virtual/kvm/api.txt')
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index 076b8492d810..a89a5ee0b940 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt | |||
@@ -2312,7 +2312,7 @@ Type: vm ioctl | |||
2312 | Parameters: struct struct kvm_vcpu_init (out) | 2312 | Parameters: struct struct kvm_vcpu_init (out) |
2313 | Returns: 0 on success; -1 on error | 2313 | Returns: 0 on success; -1 on error |
2314 | Errors: | 2314 | Errors: |
2315 | ENODEV: no preferred target available for the host | 2315 | ENODEV: no preferred target available for the host |
2316 | 2316 | ||
2317 | This queries KVM for preferred CPU target type which can be emulated | 2317 | This queries KVM for preferred CPU target type which can be emulated |
2318 | by KVM on underlying host. | 2318 | by KVM on underlying host. |