From: rj1 Date: Sat, 4 Feb 2023 00:47:03 +0000 (-0600) Subject: alpha: fixed a typo in core_cia.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6b6b64abe02c7693d56c9abfd27f142fa8a0caa6;p=linux.git alpha: fixed a typo in core_cia.c Signed-off-by: Matt Turner --- diff --git a/arch/alpha/kernel/core_cia.c b/arch/alpha/kernel/core_cia.c index f489170201c34..12926e9538b80 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;