diff mbox series

EDAC/i5100: Fix typo in comment

Message ID 20230302021120.56794-1-jongwooo.han@gmail.com (mailing list archive)
State New, archived
Headers show
Series EDAC/i5100: Fix typo in comment | expand

Commit Message

Jongwoo Han March 2, 2023, 2:11 a.m. UTC
Correct typo from 'preform' to 'perform' in comment.

Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
---
 drivers/edac/i5100_edac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Borislav Petkov March 23, 2023, 11:06 a.m. UTC | #1
On Thu, Mar 02, 2023 at 11:11:20AM +0900, Jongwoo Han wrote:
> Correct typo from 'preform' to 'perform' in comment.
> 
> Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
> ---
>  drivers/edac/i5100_edac.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/edac/i5100_edac.c b/drivers/edac/i5100_edac.c
> index f5d82518c..8db680b6a 100644
> --- a/drivers/edac/i5100_edac.c
> +++ b/drivers/edac/i5100_edac.c
> @@ -909,7 +909,7 @@ static void i5100_do_inject(struct mem_ctl_info *mci)
>  	 *
>  	 * The injection code don't work without setting this register.
>  	 * The register needs to be flipped off then on else the hardware
> -	 * will only preform the first injection.
> +	 * will only perform the first injection.
>  	 *
>  	 * Stop condition bits 7:4
>  	 * 1010 - Stop after one injection
> -- 

Applied, thanks.
diff mbox series

Patch

diff --git a/drivers/edac/i5100_edac.c b/drivers/edac/i5100_edac.c
index f5d82518c..8db680b6a 100644
--- a/drivers/edac/i5100_edac.c
+++ b/drivers/edac/i5100_edac.c
@@ -909,7 +909,7 @@  static void i5100_do_inject(struct mem_ctl_info *mci)
 	 *
 	 * The injection code don't work without setting this register.
 	 * The register needs to be flipped off then on else the hardware
-	 * will only preform the first injection.
+	 * will only perform the first injection.
 	 *
 	 * Stop condition bits 7:4
 	 * 1010 - Stop after one injection