Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1586647
| From | Loc Ho <lho@apm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] EDAC, xgene: fix spelling mistake: "procesing" -> "processing" |
| Date | 2017-02-23 06:00 +0100 |
| Message-ID | <tdTFv-4xm-5@gated-at.bofh.it> (permalink) |
| References | <tdPsd-1tR-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 >
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[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
csiph-web