Browse Source

KVM: Documentation: Fix typo for KVM_ARM_VCPU_INIT ioctl

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>
Anup Patel 11 years ago
parent
commit
beb11fc713
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/virtual/kvm/api.txt

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

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