All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] EDAC, xgene: fix spelling mistake: "procesing" -> "processing"
@ 2017-02-23  0:26 Colin King
  2017-02-23  4:52 ` Loc Ho
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2017-02-23  0:26 UTC (permalink / raw)
  To: Loc Ho, Borislav Petkov, Mauro Carvalho Chehab, linux-edac; +Cc: linux-kernel

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

trivial fix to spelling mistake in dev_err message

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

diff --git a/drivers/edac/xgene_edac.c b/drivers/edac/xgene_edac.c
index 6c270d9..6692460 100644
--- a/drivers/edac/xgene_edac.c
+++ b/drivers/edac/xgene_edac.c
@@ -1596,7 +1596,7 @@ static void xgene_edac_pa_report(struct edac_device_ctl_info *edac_dev)
 	reg = readl(ctx->dev_csr + IOBPATRANSERRINTSTS);
 	if (!reg)
 		goto chk_iob_axi0;
-	dev_err(edac_dev->dev, "IOB procesing agent (PA) transaction error\n");
+	dev_err(edac_dev->dev, "IOB processing agent (PA) transaction error\n");
 	if (reg & IOBPA_RDATA_CORRUPT_MASK)
 		dev_err(edac_dev->dev, "IOB PA read data RAM error\n");
 	if (reg & IOBPA_M_RDATA_CORRUPT_MASK)
-- 
2.10.2

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

* Re: [PATCH] EDAC, xgene: fix spelling mistake: "procesing" -> "processing"
  2017-02-23  0:26 [PATCH] EDAC, xgene: fix spelling mistake: "procesing" -> "processing" Colin King
@ 2017-02-23  4:52 ` Loc Ho
  2017-03-06 16:21   ` Borislav Petkov
  0 siblings, 1 reply; 3+ messages in thread
From: Loc Ho @ 2017-02-23  4:52 UTC (permalink / raw)
  To: Colin King
  Cc: Borislav Petkov, Mauro Carvalho Chehab, linux-edac,
	Linux Kernel Mailing List

Hi,

>
> trivial fix to spelling mistake in dev_err message
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Reviewed-by: Loc Ho <lho@apm.com>

> ---
>  drivers/edac/xgene_edac.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/edac/xgene_edac.c b/drivers/edac/xgene_edac.c
> index 6c270d9..6692460 100644
> --- a/drivers/edac/xgene_edac.c
> +++ b/drivers/edac/xgene_edac.c
> @@ -1596,7 +1596,7 @@ static void xgene_edac_pa_report(struct edac_device_ctl_info *edac_dev)
>         reg = readl(ctx->dev_csr + IOBPATRANSERRINTSTS);
>         if (!reg)
>                 goto chk_iob_axi0;
> -       dev_err(edac_dev->dev, "IOB procesing agent (PA) transaction error\n");
> +       dev_err(edac_dev->dev, "IOB processing agent (PA) transaction error\n");
>         if (reg & IOBPA_RDATA_CORRUPT_MASK)
>                 dev_err(edac_dev->dev, "IOB PA read data RAM error\n");
>         if (reg & IOBPA_M_RDATA_CORRUPT_MASK)
> --
> 2.10.2
>

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

* Re: [PATCH] EDAC, xgene: fix spelling mistake: "procesing" -> "processing"
  2017-02-23  4:52 ` Loc Ho
@ 2017-03-06 16:21   ` Borislav Petkov
  0 siblings, 0 replies; 3+ messages in thread
From: Borislav Petkov @ 2017-03-06 16:21 UTC (permalink / raw)
  To: Loc Ho, Colin King
  Cc: Mauro Carvalho Chehab, linux-edac, Linux Kernel Mailing List

On Wed, Feb 22, 2017 at 08:52:15PM -0800, Loc Ho wrote:
> Hi,
> 
> >
> > trivial fix to spelling mistake in dev_err message
> >
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
> 
> Reviewed-by: Loc Ho <lho@apm.com>

Applied, thanks.

-- 
Regards/Gruss,
    Boris.

Good mailing practices for 400: avoid top-posting and trim the reply.

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

end of thread, other threads:[~2017-03-06 16:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-23  0:26 [PATCH] EDAC, xgene: fix spelling mistake: "procesing" -> "processing" Colin King
2017-02-23  4:52 ` Loc Ho
2017-03-06 16:21   ` Borislav Petkov

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.