From: Xie XiuQi <xiexiuqi@huawei.com>
To: Doug Thompson <dougthompson@xmission.com>,
Mauro Carvalho Chehab <m.chehab@samsung.com>
Cc: Linux Edac Mailing List <linux-edac@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [PATCH 1/5] i5000_edac: remove .c suffix from the mod name
Date: Sat, 14 Sep 2013 12:14:23 +0800 [thread overview]
Message-ID: <5233E29F.9000804@huawei.com> (raw)
In-Reply-To: <5233E216.3030506@huawei.com>
I found i5000_edac driver used 'xxx_edac.c' as mod name,
but others used 'xxx_edac'. So remove .c suffix.
Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com>
---
drivers/edac/i5000_edac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/edac/i5000_edac.c b/drivers/edac/i5000_edac.c
index 63b2194..1a649c8 100644
--- a/drivers/edac/i5000_edac.c
+++ b/drivers/edac/i5000_edac.c
@@ -1429,7 +1429,7 @@ static int i5000_probe1(struct pci_dev *pdev, int dev_idx)
mci->mtype_cap = MEM_FLAG_FB_DDR2;
mci->edac_ctl_cap = EDAC_FLAG_NONE;
mci->edac_cap = EDAC_FLAG_NONE;
- mci->mod_name = "i5000_edac.c";
+ mci->mod_name = EDAC_MOD_STR;
mci->mod_ver = I5000_REVISION;
mci->ctl_name = i5000_devs[dev_idx].ctl_name;
mci->dev_name = pci_name(pdev);
--
1.8.2.2
next prev parent reply other threads:[~2013-09-14 4:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-14 4:12 [PATCH 0/5] edac: remove .c suffix from the mod name Xie XiuQi
2013-09-14 4:14 ` Xie XiuQi [this message]
2013-09-14 4:15 ` [PATCH 2/5] i5100_edac: " Xie XiuQi
2013-09-14 4:16 ` [PATCH 3/5] i5400_edac: " Xie XiuQi
2013-09-14 4:17 ` [PATCH 4/5] i7300_edac: " Xie XiuQi
2013-09-14 4:18 ` [PATCH 5/5] i7core_edac: " Xie XiuQi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5233E29F.9000804@huawei.com \
--to=xiexiuqi@huawei.com \
--cc=dougthompson@xmission.com \
--cc=linux-edac@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=m.chehab@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox