All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] EDAC/mce_amd: Fix typo "FIfo" -> "Fifo"
@ 2021-06-03 10:33 Colin King
  2021-06-03 21:14 ` Yazen Ghannam
  2021-06-04 13:50 ` [tip: ras/core] " tip-bot2 for Colin Ian King
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2021-06-03 10:33 UTC (permalink / raw)
  To: Yazen Ghannam, Borislav Petkov, Mauro Carvalho Chehab, Tony Luck,
	James Morse, linux-edac
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is an uppercase letter I in the text instead of a lowercase
one. Fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/edac/mce_amd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/edac/mce_amd.c b/drivers/edac/mce_amd.c
index 43ba0f931629..27d56920b469 100644
--- a/drivers/edac/mce_amd.c
+++ b/drivers/edac/mce_amd.c
@@ -431,7 +431,7 @@ static const char * const smca_xgmipcs_mce_desc[] = {
 	"Replay Buffer Parity Error",
 	"Data Parity Error",
 	"Replay Fifo Overflow Error",
-	"Replay FIfo Underflow Error",
+	"Replay Fifo Underflow Error",
 	"Elastic Fifo Overflow Error",
 	"Deskew Error",
 	"Flow Control CRC Error",
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] EDAC/mce_amd: Fix typo "FIfo" -> "Fifo"
  2021-06-03 10:33 [PATCH][next] EDAC/mce_amd: Fix typo "FIfo" -> "Fifo" Colin King
@ 2021-06-03 21:14 ` Yazen Ghannam
  2021-06-04 13:50 ` [tip: ras/core] " tip-bot2 for Colin Ian King
  1 sibling, 0 replies; 3+ messages in thread
From: Yazen Ghannam @ 2021-06-03 21:14 UTC (permalink / raw)
  To: Colin King
  Cc: Borislav Petkov, Mauro Carvalho Chehab, Tony Luck, James Morse,
	linux-edac, kernel-janitors, linux-kernel

On Thu, Jun 03, 2021 at 11:33:49AM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is an uppercase letter I in the text instead of a lowercase
> one. Fix this.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/edac/mce_amd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/edac/mce_amd.c b/drivers/edac/mce_amd.c
> index 43ba0f931629..27d56920b469 100644
> --- a/drivers/edac/mce_amd.c
> +++ b/drivers/edac/mce_amd.c
> @@ -431,7 +431,7 @@ static const char * const smca_xgmipcs_mce_desc[] = {
>  	"Replay Buffer Parity Error",
>  	"Data Parity Error",
>  	"Replay Fifo Overflow Error",
> -	"Replay FIfo Underflow Error",
> +	"Replay Fifo Underflow Error",
>  	"Elastic Fifo Overflow Error",
>  	"Deskew Error",
>  	"Flow Control CRC Error",
> -- 

Reviewed-by: Yazen Ghannam <yazen.ghannam@amd.com>

Thanks!

-Yazen
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip: ras/core] EDAC/mce_amd: Fix typo "FIfo" -> "Fifo"
  2021-06-03 10:33 [PATCH][next] EDAC/mce_amd: Fix typo "FIfo" -> "Fifo" Colin King
  2021-06-03 21:14 ` Yazen Ghannam
@ 2021-06-04 13:50 ` tip-bot2 for Colin Ian King
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Colin Ian King @ 2021-06-04 13:50 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Colin Ian King, Borislav Petkov, Yazen Ghannam, x86, linux-kernel

The following commit has been merged into the ras/core branch of tip:

Commit-ID:     429b2ba70812fc8ce7c591e787ec0f2b48d13319
Gitweb:        https://git.kernel.org/tip/429b2ba70812fc8ce7c591e787ec0f2b48d13319
Author:        Colin Ian King <colin.king@canonical.com>
AuthorDate:    Thu, 03 Jun 2021 11:33:49 +01:00
Committer:     Borislav Petkov <bp@suse.de>
CommitterDate: Fri, 04 Jun 2021 15:44:25 +02:00

EDAC/mce_amd: Fix typo "FIfo" -> "Fifo"

There is an uppercase letter I in one of the MCE error descriptions
instead of a lowercase one. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Yazen Ghannam <yazen.ghannam@amd.com>
Link: https://lkml.kernel.org/r/20210603103349.79117-1-colin.king@canonical.com
---
 drivers/edac/mce_amd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/edac/mce_amd.c b/drivers/edac/mce_amd.c
index 43ba0f9..27d5692 100644
--- a/drivers/edac/mce_amd.c
+++ b/drivers/edac/mce_amd.c
@@ -431,7 +431,7 @@ static const char * const smca_xgmipcs_mce_desc[] = {
 	"Replay Buffer Parity Error",
 	"Data Parity Error",
 	"Replay Fifo Overflow Error",
-	"Replay FIfo Underflow Error",
+	"Replay Fifo Underflow Error",
 	"Elastic Fifo Overflow Error",
 	"Deskew Error",
 	"Flow Control CRC Error",

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-04 13:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03 10:33 [PATCH][next] EDAC/mce_amd: Fix typo "FIfo" -> "Fifo" Colin King
2021-06-03 21:14 ` Yazen Ghannam
2021-06-04 13:50 ` [tip: ras/core] " tip-bot2 for Colin Ian King

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.