Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1586574 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2017-02-23 01:30 +0100 |
| Last post | 2017-02-23 06:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] EDAC, xgene: fix spelling mistake: "procesing" -> "processing" Colin King <colin.king@canonical.com> - 2017-02-23 01:30 +0100
Re: [PATCH] EDAC, xgene: fix spelling mistake: "procesing" -> "processing" Loc Ho <lho@apm.com> - 2017-02-23 06:00 +0100
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2017-02-23 01:30 +0100 |
| Subject | [PATCH] EDAC, xgene: fix spelling mistake: "procesing" -> "processing" |
| Message-ID | <tdPsd-1tR-3@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Loc Ho <lho@apm.com> |
|---|---|
| Date | 2017-02-23 06:00 +0100 |
| Message-ID | <tdTFv-4xm-5@gated-at.bofh.it> |
| In reply to | #1586574 |
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 >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web