From: Baruch Siach Date: Sun, 10 Feb 2013 09:39:52 +0000 (+0200) Subject: mpc85xx_edac: Fix typo X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e7d2c215e56dc9fa0a01e26f2acfc3d73c889ba3;p=~shefty%2Frdma-dev.git mpc85xx_edac: Fix typo Correct typos. Signed-off-by: Baruch Siach Cc: Dave Jiang Signed-off-by: Borislav Petkov --- diff --git a/drivers/edac/mpc85xx_edac.c b/drivers/edac/mpc85xx_edac.c index 42a840d530a..3eb32f62d72 100644 --- a/drivers/edac/mpc85xx_edac.c +++ b/drivers/edac/mpc85xx_edac.c @@ -301,7 +301,7 @@ int mpc85xx_pci_err_probe(struct platform_device *op) "[EDAC] PCI err", pci); if (res < 0) { printk(KERN_ERR - "%s: Unable to requiest irq %d for " + "%s: Unable to request irq %d for " "MPC85xx PCI err\n", __func__, pdata->irq); irq_dispose_mapping(pdata->irq); res = -ENODEV; @@ -583,7 +583,7 @@ static int mpc85xx_l2_err_probe(struct platform_device *op) "[EDAC] L2 err", edac_dev); if (res < 0) { printk(KERN_ERR - "%s: Unable to requiest irq %d for " + "%s: Unable to request irq %d for " "MPC85xx L2 err\n", __func__, pdata->irq); irq_dispose_mapping(pdata->irq); res = -ENODEV;