Skip to content

Commit 6b6b64a

Browse files
rj1mattst88
authored andcommitted
alpha: fixed a typo in core_cia.c
Signed-off-by: Matt Turner <mattst88@gmail.com>
1 parent 75078af commit 6b6b64a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/alpha/kernel/core_cia.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ verify_tb_operation(void)
527527
if (use_tbia_try2) {
528528
alpha_mv.mv_pci_tbi = cia_pci_tbi_try2;
529529

530-
/* Tags 0-3 must be disabled if we use this workaraund. */
530+
/* Tags 0-3 must be disabled if we use this workaround. */
531531
wmb();
532532
*(vip)CIA_IOC_TB_TAGn(0) = 2;
533533
*(vip)CIA_IOC_TB_TAGn(1) = 2;

0 commit comments

Comments
 (0)