Skip to content
Snippets Groups Projects
Commit e7d2c215 authored by Baruch Siach's avatar Baruch Siach Committed by Borislav Petkov
Browse files

mpc85xx_edac: Fix typo


Correct typos.

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Cc: Dave Jiang <djiang@mvista.com>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
parent 0f08669e
No related branches found
No related tags found
No related merge requests found
...@@ -301,7 +301,7 @@ int mpc85xx_pci_err_probe(struct platform_device *op) ...@@ -301,7 +301,7 @@ int mpc85xx_pci_err_probe(struct platform_device *op)
"[EDAC] PCI err", pci); "[EDAC] PCI err", pci);
if (res < 0) { if (res < 0) {
printk(KERN_ERR printk(KERN_ERR
"%s: Unable to requiest irq %d for " "%s: Unable to request irq %d for "
"MPC85xx PCI err\n", __func__, pdata->irq); "MPC85xx PCI err\n", __func__, pdata->irq);
irq_dispose_mapping(pdata->irq); irq_dispose_mapping(pdata->irq);
res = -ENODEV; res = -ENODEV;
...@@ -583,7 +583,7 @@ static int mpc85xx_l2_err_probe(struct platform_device *op) ...@@ -583,7 +583,7 @@ static int mpc85xx_l2_err_probe(struct platform_device *op)
"[EDAC] L2 err", edac_dev); "[EDAC] L2 err", edac_dev);
if (res < 0) { if (res < 0) {
printk(KERN_ERR printk(KERN_ERR
"%s: Unable to requiest irq %d for " "%s: Unable to request irq %d for "
"MPC85xx L2 err\n", __func__, pdata->irq); "MPC85xx L2 err\n", __func__, pdata->irq);
irq_dispose_mapping(pdata->irq); irq_dispose_mapping(pdata->irq);
res = -ENODEV; res = -ENODEV;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment