KVM: Documentation: Fix typo for KVM_ARM_VCPU_INIT ioctl
authorAnup Patel <anup.patel@linaro.org>
Thu, 12 Dec 2013 16:12:24 +0000 (21:42 +0530)
committerChristoffer Dall <christoffer.dall@linaro.org>
Tue, 17 Dec 2013 19:30:49 +0000 (11:30 -0800)
Fix minor typo in "Parameters:" of KVM_ARM_VCPU_INIT documentation.

Signed-off-by: Anup Patel <anup.patel@linaro.org>
Signed-off-by: Pranavkumar Sawargaonkar <pranavkumar@linaro.org>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Documentation/virtual/kvm/api.txt

index a30035dd4c26a49d25db29f2f2f3aecd81e2b606..aad3244a579e4fa6f0718a9a6187fd06b174386c 100644 (file)
@@ -2327,7 +2327,7 @@ current state.  "addr" is ignored.
 Capability: basic
 Architectures: arm, arm64
 Type: vcpu ioctl
-Parameters: struct struct kvm_vcpu_init (in)
+Parameters: struct kvm_vcpu_init (in)
 Returns: 0 on success; -1 on error
 Errors:
   EINVAL:    the target is unknown, or the combination of features is invalid.