diff options
author | Martin Molnar <martin.molnar.programming@gmail.com> | 2020-02-16 16:17:39 +0100 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2020-02-16 20:58:06 +0100 |
commit | 4d1d0977a2156a1dafe8f1cd890ab918c803485b (patch) | |
tree | b47415a5d68de22552745f037574e170af1c3818 /arch/x86/kernel/nmi.c | |
parent | Linux 5.6-rc1 (diff) | |
download | linux-4d1d0977a2156a1dafe8f1cd890ab918c803485b.tar.xz linux-4d1d0977a2156a1dafe8f1cd890ab918c803485b.zip |
x86: Fix a handful of typos
Fix a couple of typos in code comments.
[ bp: While at it: s/IRQ's/IRQs/. ]
Signed-off-by: Martin Molnar <martin.molnar.programming@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lkml.kernel.org/r/0819a044-c360-44a4-f0b6-3f5bafe2d35c@gmail.com
Diffstat (limited to 'arch/x86/kernel/nmi.c')
-rw-r--r-- | arch/x86/kernel/nmi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/nmi.c b/arch/x86/kernel/nmi.c index 54c21d6abd5a..6407ea21fa1b 100644 --- a/arch/x86/kernel/nmi.c +++ b/arch/x86/kernel/nmi.c @@ -403,9 +403,9 @@ static void default_do_nmi(struct pt_regs *regs) * a 'real' unknown NMI. For example, while processing * a perf NMI another perf NMI comes in along with a * 'real' unknown NMI. These two NMIs get combined into - * one (as descibed above). When the next NMI gets + * one (as described above). When the next NMI gets * processed, it will be flagged by perf as handled, but - * noone will know that there was a 'real' unknown NMI sent + * no one will know that there was a 'real' unknown NMI sent * also. As a result it gets swallowed. Or if the first * perf NMI returns two events handled then the second * NMI will get eaten by the logic below, again losing a |