kernel-janitors.vger.kernel.org archive mirror
 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
  0 siblings, 1 reply; 2+ 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] 2+ 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
  0 siblings, 0 replies; 2+ 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] 2+ messages in thread

end of thread, other threads:[~2021-06-03 21:14 UTC | newest]

Thread overview: 2+ 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).