KVM: arm/arm64: Fix vGIC documentation
authorPavel Fedin <p.fedin@samsung.com>
Tue, 13 Oct 2015 07:01:25 +0000 (10:01 +0300)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 22 Oct 2015 21:01:47 +0000 (23:01 +0200)
commit952105ab524e3fcc719349da5645ec71d9733547
treefa0c70623803dc88319744f570032ddfb4bf803d
parent3b92830ad41b2fe377e0765322e8aefd0ab8388d
KVM: arm/arm64: Fix vGIC documentation

Correct some old mistakes in the API documentation:

1. VCPU is identified by index (using kvm_get_vcpu() function), but
   "cpu id" can be mistaken for affinity ID.
2. Some error codes are wrong.

  [ Slightly tweaked some grammer and did some s/CPU index/vcpu_index/
    in the descriptions.  -Christoffer ]

Signed-off-by: Pavel Fedin <p.fedin@samsung.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Documentation/virtual/kvm/devices/arm-vgic.txt