[PATCH 1/3] Fix spelling error from "eleminate" to "eliminate"

Kieran Bingham kieran.bingham+renesas at ideasonboard.com
Wed May 5 09:38:46 BST 2021


Hi Sean,

Thank you for the patch,

On 05/05/2021 05:15, Sean Gloumeau wrote:
> Spelling error "eleminate" amended to "eliminate".

Reviewed-by: Kieran Bingham <kieran.bingham+renesas at ideasonboard.com>

> Signed-off-by: Sean Gloumeau <sajgloumeau at gmail.com>
> ---
>  drivers/net/ethernet/brocade/bna/bnad.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/brocade/bna/bnad.c b/drivers/net/ethernet/brocade/bna/bnad.c
> index 7e4e831d720f..ba47777d9cff 100644
> --- a/drivers/net/ethernet/brocade/bna/bnad.c
> +++ b/drivers/net/ethernet/brocade/bna/bnad.c
> @@ -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));>




More information about the linux-mtd mailing list