Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

KVM: ARM64: Fix typos

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

authored by

Andrea Gelmini and committed by
Paolo Bonzini
edce2292 6a727b0b

+3 -3
+1 -1
arch/arm64/include/asm/kvm_arm.h
··· 178 178 /* Hyp System Trap Register */ 179 179 #define HSTR_EL2_T(x) (1 << x) 180 180 181 - /* Hyp Coproccessor Trap Register Shifts */ 181 + /* Hyp Coprocessor Trap Register Shifts */ 182 182 #define CPTR_EL2_TFP_SHIFT 10 183 183 184 184 /* Hyp Coprocessor Trap Register */
+1 -1
arch/arm64/kvm/guest.c
··· 211 211 /** 212 212 * kvm_arm_copy_reg_indices - get indices of all registers. 213 213 * 214 - * We do core registers right here, then we apppend system regs. 214 + * We do core registers right here, then we append system regs. 215 215 */ 216 216 int kvm_arm_copy_reg_indices(struct kvm_vcpu *vcpu, u64 __user *uindices) 217 217 {
+1 -1
arch/arm64/kvm/reset.c
··· 98 98 * @vcpu: The VCPU pointer 99 99 * 100 100 * This function finds the right table above and sets the registers on 101 - * the virtual CPU struct to their architectually defined reset 101 + * the virtual CPU struct to their architecturally defined reset 102 102 * values. 103 103 */ 104 104 int kvm_reset_vcpu(struct kvm_vcpu *vcpu)