Skip to content

Commit a30469c

Browse files
WangYuliakpm00
authored andcommitted
KVM: x86: fix typo "notifer"
Patch series "treewide: Fix typo "notifer"", v3. There are some spelling mistakes of 'notifer' in comments which should be 'notifier'. Fix them and add it to scripts/spelling.txt. This patch (of 8): There are some spelling mistakes of 'notifer' which should be 'notifier'. Link: https://lkml.kernel.org/r/[email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: WangYuli <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 1f03d55 commit a30469c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/x86/kvm/i8254.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ static void kvm_pit_reset(struct kvm_pit *pit)
641641
kvm_pit_reset_reinject(pit);
642642
}
643643

644-
static void pit_mask_notifer(struct kvm_irq_mask_notifier *kimn, bool mask)
644+
static void pit_mask_notifier(struct kvm_irq_mask_notifier *kimn, bool mask)
645645
{
646646
struct kvm_pit *pit = container_of(kimn, struct kvm_pit, mask_notifier);
647647

@@ -694,7 +694,7 @@ struct kvm_pit *kvm_create_pit(struct kvm *kvm, u32 flags)
694694

695695
pit_state->irq_ack_notifier.gsi = 0;
696696
pit_state->irq_ack_notifier.irq_acked = kvm_pit_ack_irq;
697-
pit->mask_notifier.func = pit_mask_notifer;
697+
pit->mask_notifier.func = pit_mask_notifier;
698698

699699
kvm_pit_reset(pit);
700700

0 commit comments

Comments
 (0)