Merge tag 'core-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 26 Apr 2021 16:41:15 +0000 (09:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 26 Apr 2021 16:41:15 +0000 (09:41 -0700)
Pull core entry updates from Thomas Gleixner:
 "A trivial cleanup of typo fixes"

* tag 'core-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  entry: Fix typos in comments

1  2 
kernel/entry/common.c

diff --combined kernel/entry/common.c
@@@ -341,7 -341,7 +341,7 @@@ noinstr irqentry_state_t irqentry_enter
         * Checking for rcu_is_watching() here would prevent the nesting
         * interrupt to invoke rcu_irq_enter(). If that nested interrupt is
         * the tick then rcu_flavor_sched_clock_irq() would wrongfully
-        * assume that it is the first interupt and eventually claim
+        * assume that it is the first interrupt and eventually claim
         * quiescent state and end grace periods prematurely.
         *
         * Unconditionally invoke rcu_irq_enter() so RCU state stays
@@@ -422,7 -422,7 +422,7 @@@ noinstr void irqentry_exit(struct pt_re
  
                instrumentation_begin();
                if (IS_ENABLED(CONFIG_PREEMPTION)) {
 -#ifdef CONFIG_PREEMT_DYNAMIC
 +#ifdef CONFIG_PREEMPT_DYNAMIC
                        static_call(irqentry_exit_cond_resched)();
  #else
                        irqentry_exit_cond_resched();