summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/core_cia.c
diff options
context:
space:
mode:
authorrj1 <rj1@riseup.net>2023-02-03 18:47:03 -0600
committerMatt Turner <mattst88@gmail.com>2023-02-24 23:14:22 -0500
commit6b6b64abe02c7693d56c9abfd27f142fa8a0caa6 (patch)
treed7d4cfa403f7e7236d45a94dae1aa8778c7f6a74 /arch/alpha/kernel/core_cia.c
parent75078afebb48a16d042717fe26d204cdd2743ff8 (diff)
alpha: fixed a typo in core_cia.c
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/kernel/core_cia.c')
-rw-r--r--arch/alpha/kernel/core_cia.c2
1 files changed, 1 insertions, 1 deletions
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;