Message ID | 20190607112951.14418-1-geert+renesas@glider.be (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [trivial] KVM: arm/arm64: Always capitalize ITS | expand |
On Fri, 7 Jun 2019 13:29:51 +0200 Geert Uytterhoeven <geert+renesas@glider.be> wrote: > All but one reference is capitalized. Fix the remaining one. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > Documentation/virtual/kvm/devices/arm-vgic-its.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/virtual/kvm/devices/arm-vgic-its.txt b/Documentation/virtual/kvm/devices/arm-vgic-its.txt > index 4f0c9fc403656d29..eeaa95b893a89b7a 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 Applied, thanks. jon
diff --git a/Documentation/virtual/kvm/devices/arm-vgic-its.txt b/Documentation/virtual/kvm/devices/arm-vgic-its.txt index 4f0c9fc403656d29..eeaa95b893a89b7a 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
All but one reference is capitalized. Fix the remaining one. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Documentation/virtual/kvm/devices/arm-vgic-its.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)