diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2024-01-04 00:16:04 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2024-05-07 16:21:30 +0200 |
commit | 0ddbbb8960eaf91c7b432ec80566dfa60a8d79e4 (patch) | |
tree | 2022eafbd7c9451e66376cac88b9b419f791c0cc /arch/powerpc/kvm | |
parent | powerpc/eeh: Fix spelling of the word "auxillary" and update comment (diff) | |
download | linux-0ddbbb8960eaf91c7b432ec80566dfa60a8d79e4.tar.xz linux-0ddbbb8960eaf91c7b432ec80566dfa60a8d79e4.zip |
powerpc: Fix typos
Fix typos, most reported by "codespell arch/powerpc". Only touches
comments, no code changes.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240103231605.1801364-8-helgaas@kernel.org
Diffstat (limited to 'arch/powerpc/kvm')
-rw-r--r-- | arch/powerpc/kvm/book3s_xive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/book3s_xive.c b/arch/powerpc/kvm/book3s_xive.c index 29a382249770..1362c672387e 100644 --- a/arch/powerpc/kvm/book3s_xive.c +++ b/arch/powerpc/kvm/book3s_xive.c @@ -531,7 +531,7 @@ static int xive_vm_h_eoi(struct kvm_vcpu *vcpu, unsigned long xirr) xc->cppr = xive_prio_from_guest(new_cppr); /* - * IPIs are synthetized from MFRR and thus don't need + * IPIs are synthesized from MFRR and thus don't need * any special EOI handling. The underlying interrupt * used to signal MFRR changes is EOId when fetched from * the queue. |