summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorrj1 <rj1@riseup.net>2023-02-04 03:47:03 +0300
committerMatt Turner <mattst88@gmail.com>2023-02-25 07:14:22 +0300
commit6b6b64abe02c7693d56c9abfd27f142fa8a0caa6 (patch)
treed7d4cfa403f7e7236d45a94dae1aa8778c7f6a74 /arch
parent75078afebb48a16d042717fe26d204cdd2743ff8 (diff)
downloadlinux-6b6b64abe02c7693d56c9abfd27f142fa8a0caa6.tar.xz
alpha: fixed a typo in core_cia.c
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch')
-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;