All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
To: Sean Gloumeau <sajgloumeau@gmail.com>, Jiri Kosina <trivial@kernel.org>
Cc: David Woodhouse <dwmw2@infradead.org>,
	Richard Weinberger <richard@nod.at>,
	linux-mtd@lists.infradead.org, Rasesh Mody <rmody@marvell.com>,
	Sudarsana Kalluru <skalluru@marvell.com>,
	GR-Linux-NIC-Dev@marvell.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Sean Gloumeau <sajgloumeau@protonmail.com>
Subject: Re: [PATCH 1/3] Fix spelling error from "eleminate" to "eliminate"
Date: Wed, 5 May 2021 09:38:46 +0100	[thread overview]
Message-ID: <3fc4016e-53a9-fd30-3073-5b8955f49be9@ideasonboard.com> (raw)
In-Reply-To: <21caf628a8aeec21ea9d3f06c95f712a7e7ce7fa.1620185393.git.sajgloumeau@gmail.com>

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@ideasonboard.com>

> Signed-off-by: Sean Gloumeau <sajgloumeau@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));>


WARNING: multiple messages have this Message-ID (diff)
From: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
To: Sean Gloumeau <sajgloumeau@gmail.com>, Jiri Kosina <trivial@kernel.org>
Cc: David Woodhouse <dwmw2@infradead.org>,
	Richard Weinberger <richard@nod.at>,
	linux-mtd@lists.infradead.org, Rasesh Mody <rmody@marvell.com>,
	Sudarsana Kalluru <skalluru@marvell.com>,
	GR-Linux-NIC-Dev@marvell.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Sean Gloumeau <sajgloumeau@protonmail.com>
Subject: Re: [PATCH 1/3] Fix spelling error from "eleminate" to "eliminate"
Date: Wed, 5 May 2021 09:38:46 +0100	[thread overview]
Message-ID: <3fc4016e-53a9-fd30-3073-5b8955f49be9@ideasonboard.com> (raw)
In-Reply-To: <21caf628a8aeec21ea9d3f06c95f712a7e7ce7fa.1620185393.git.sajgloumeau@gmail.com>

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@ideasonboard.com>

> Signed-off-by: Sean Gloumeau <sajgloumeau@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));>


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

  reply	other threads:[~2021-05-05  8:38 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-05  4:15 [PATCH 0/3] Fix spelling errors of words with stem "eliminat" Sean Gloumeau
2021-05-05  4:15 ` Sean Gloumeau
2021-05-05  4:15 ` [PATCH 1/3] Fix spelling error from "eleminate" to "eliminate" Sean Gloumeau
2021-05-05  4:15   ` Sean Gloumeau
2021-05-05  8:38   ` Kieran Bingham [this message]
2021-05-05  8:38     ` Kieran Bingham
2021-05-05  4:16 ` [PATCH 2/3] Fix spelling error from "elemination" to "elimination" Sean Gloumeau
2021-05-05  4:16   ` Sean Gloumeau
2021-05-05  8:42   ` Kieran Bingham
2021-05-05  8:42     ` Kieran Bingham
2021-05-05  4:17 ` [PATCH 3/3] Add entries for words with stem "eleminat" Sean Gloumeau
2021-05-05  4:17   ` Sean Gloumeau
2021-05-05  8:44   ` Kieran Bingham
2021-05-05  8:44     ` Kieran Bingham
2021-05-05 17:04   ` [PATCH v2] " Sean Gloumeau
2021-05-05 17:04     ` Sean Gloumeau
2021-05-05 17:05     ` Sean Gloumeau
2021-05-05 17:05       ` Sean Gloumeau
2021-05-05 17:12   ` [PATCH v2 3/3] " Sean Gloumeau
2021-05-05 17:12     ` Sean Gloumeau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3fc4016e-53a9-fd30-3073-5b8955f49be9@ideasonboard.com \
    --to=kieran.bingham+renesas@ideasonboard.com \
    --cc=GR-Linux-NIC-Dev@marvell.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=netdev@vger.kernel.org \
    --cc=richard@nod.at \
    --cc=rmody@marvell.com \
    --cc=sajgloumeau@gmail.com \
    --cc=sajgloumeau@protonmail.com \
    --cc=skalluru@marvell.com \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.