Skip to content

Commit f941d68

Browse files
svarqdavem330
authored andcommitted
Fix spelling error from "eleminate" to "eliminate"
Spelling error "eleminate" amended to "eliminate". Signed-off-by: Sean Gloumeau <[email protected]> Reviewed-by: Kieran Bingham <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent cf754ae commit f941d68

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/brocade/bna

1 file changed

+1
-1
lines changed

drivers/net/ethernet/brocade/bna/bnad.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,7 @@ bnad_dim_timeout(struct timer_list *t)
17641764
}
17651765
}
17661766

1767-
/* Check for BNAD_CF_DIM_ENABLED, does not eleminate a race */
1767+
/* Check for BNAD_CF_DIM_ENABLED, does not eliminate a race */
17681768
if (test_bit(BNAD_RF_DIM_TIMER_RUNNING, &bnad->run_flags))
17691769
mod_timer(&bnad->dim_timer,
17701770
jiffies + msecs_to_jiffies(BNAD_DIM_TIMER_FREQ));

0 commit comments

Comments
 (0)