]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
edac, mips: don't change code that has been removed in edac/mips tree
authorJiri Kosina <jkosina@suse.cz>
Tue, 22 May 2012 08:56:21 +0000 (10:56 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 22 May 2012 09:00:09 +0000 (11:00 +0200)
This is a partial revert of

15ed103a9800 ("edac: Fix spelling errors")
6997991ab0db ("mips: Fix printk typos in arc/mips")

which change code that doesn't exist any more in edac/mips trees.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/mips/pci/pci-lantiq.c
drivers/edac/edac_core.h
drivers/edac/edac_device.c

index 70fdf2c7919b56a11840bf6496b003a6718a278d..030c77e7926e5395111913da53ef884e5ac64899 100644 (file)
@@ -297,7 +297,7 @@ int __init pcibios_init(void)
 {
        int ret = platform_driver_register(&ltq_pci_driver);
        if (ret)
-               printk(KERN_INFO "ltq_pci: Error registering platform driver!");
+               printk(KERN_INFO "ltq_pci: Error registering platfom driver!");
        return ret;
 }
 
index 841bb2d7ce614a996da59de78f32f902410416fc..5b739411d62f69b026bbd54f16006e8f0b957b42 100644 (file)
@@ -460,7 +460,7 @@ extern int edac_mc_find_csrow_by_page(struct mem_ctl_info *mci,
 /*
  * The no info errors are used when error overflows are reported.
  * There are a limited number of error logging registers that can
- * be exhausted.  When all registers are exhausted and an additional
+ * be exausted.  When all registers are exhausted and an additional
  * error occurs then an error overflow register records that an
  * error occurred and the type of error, but doesn't have any
  * further information.  The ce/ue versions make for cleaner
index da4a1f11939fb71dbcda2f3f5d7822fb743ceee5..45b8f4bdd773ca324c0e5f04f1c3c4a883bd03be 100644 (file)
@@ -367,7 +367,7 @@ static void del_edac_device_from_global_list(struct edac_device_ctl_info
  *     structure, that needs to be polled for possible error events.
  *
  *     This operation is to acquire the list mutex lock
- *     (thus preventing insertion or deletion)
+ *     (thus preventing insertation or deletion)
  *     and then call the device's poll function IFF this device is
  *     running polled and there is a poll function defined.
  */