Commit f941d686 authored by Sean Gloumeau's avatar Sean Gloumeau Committed by David S. Miller

Fix spelling error from "eleminate" to "eliminate"

Spelling error "eleminate" amended to "eliminate".
Signed-off-by: default avatarSean Gloumeau <sajgloumeau@gmail.com>
Reviewed-by: default avatarKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cf754ae3
......@@ -1764,7 +1764,7 @@ bnad_dim_timeout(struct timer_list *t)
}
}
/* Check for BNAD_CF_DIM_ENABLED, does not eleminate a race */
/* Check for BNAD_CF_DIM_ENABLED, does not eliminate a race */
if (test_bit(BNAD_RF_DIM_TIMER_RUNNING, &bnad->run_flags))
mod_timer(&bnad->dim_timer,
jiffies + msecs_to_jiffies(BNAD_DIM_TIMER_FREQ));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment