Re: [PATCH] arch/x86: Fix typos

From: Ingo Molnar
Date: Wed Jan 03 2024 - 05:55:25 EST



* Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:

> On 1/2/24 16:40, Bjorn Helgaas wrote:
> > From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
> >
> > Fix typos, most reported by "codespell arch/x86". Only touches comments,
> > no code changes.
> >
> > Signed-off-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
> > ---
> > 60 files changed, 71 insertions(+), 71 deletions(-)
> >
> > diff --git a/arch/x86/kernel/apic/vector.c b/arch/x86/kernel/apic/vector.c
> > index 319448d87b99..dbd15a67e9df 100644
> > --- a/arch/x86/kernel/apic/vector.c
> > +++ b/arch/x86/kernel/apic/vector.c
> > @@ -738,7 +738,7 @@ int __init arch_probe_nr_irqs(void)
> > void lapic_assign_legacy_vector(unsigned int irq, bool replace)
> > {
> > /*
> > - * Use assign system here so it wont get accounted as allocated
> > + * Use assign system here so it won't get accounted as allocated
> > * and moveable in the cpu hotplug check and it prevents managed
>
> OK, but movable is preferred.

Ok, I've added this to the patch too.

> > * irq reservation from touching it.
> > */
>
> Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Applied this patch to tip:x86/cleanups, thanks guys!

Ingo