On Fri, Feb 3, 2023 at 7:48 PM rj1 <rj1@xxxxxxxxxx> wrote: > > --- > arch/alpha/kernel/core_cia.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/alpha/kernel/core_cia.c b/arch/alpha/kernel/core_cia.c > index f489170201c3..12926e9538b8 100644 > --- a/arch/alpha/kernel/core_cia.c > +++ b/arch/alpha/kernel/core_cia.c > @@ -527,7 +527,7 @@ verify_tb_operation(void) > if (use_tbia_try2) { > alpha_mv.mv_pci_tbi = cia_pci_tbi_try2; > > - /* Tags 0-3 must be disabled if we use this workaraund. */ > + /* Tags 0-3 must be disabled if we use this workaround. */ > wmb(); > *(vip)CIA_IOC_TB_TAGn(0) = 2; > *(vip)CIA_IOC_TB_TAGn(1) = 2; > -- > 2.39.1 > Thanks for the patch! This was included in my pull request today and is now upstream in Linus' tree.