diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-06-07 13:29:51 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-07 11:24:41 -0600 |
commit | 3f9564e680efb2092dfb826e2f768920c9eb203b (patch) | |
tree | 658944af7aa8bf20e2bbb3a9c59e689749687425 /Documentation/virtual | |
parent | 6fb44c439eda692f94cf60aad55f130a34204ece (diff) | |
download | linux-3f9564e680efb2092dfb826e2f768920c9eb203b.tar.bz2 |
KVM: arm/arm64: Always capitalize ITS
All but one reference is capitalized. Fix the remaining one.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/virtual')
-rw-r--r-- | Documentation/virtual/kvm/devices/arm-vgic-its.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virtual/kvm/devices/arm-vgic-its.txt b/Documentation/virtual/kvm/devices/arm-vgic-its.txt index 4f0c9fc40365..eeaa95b893a8 100644 --- a/Documentation/virtual/kvm/devices/arm-vgic-its.txt +++ b/Documentation/virtual/kvm/devices/arm-vgic-its.txt @@ -103,7 +103,7 @@ Groups: The following ordering must be followed when restoring the GIC and the ITS: a) restore all guest memory and create vcpus b) restore all redistributors -c) provide the its base address +c) provide the ITS base address (KVM_DEV_ARM_VGIC_GRP_ADDR) d) restore the ITS in the following order: 1. Restore GITS_CBASER |