Commit f70d4a95edc7da87f39cd8b603ba131df2c198ed

Authored by Jiri Kosina
1 parent a45170e7ad

edac, mips: don't change code that has been removed in edac/mips tree

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>

Showing 3 changed files with 3 additions and 3 deletions Side-by-side Diff

arch/mips/pci/pci-lantiq.c
... ... @@ -297,7 +297,7 @@
297 297 {
298 298 int ret = platform_driver_register(&ltq_pci_driver);
299 299 if (ret)
300   - printk(KERN_INFO "ltq_pci: Error registering platform driver!");
  300 + printk(KERN_INFO "ltq_pci: Error registering platfom driver!");
301 301 return ret;
302 302 }
303 303  
drivers/edac/edac_core.h
... ... @@ -460,7 +460,7 @@
460 460 /*
461 461 * The no info errors are used when error overflows are reported.
462 462 * There are a limited number of error logging registers that can
463   - * be exhausted. When all registers are exhausted and an additional
  463 + * be exausted. When all registers are exhausted and an additional
464 464 * error occurs then an error overflow register records that an
465 465 * error occurred and the type of error, but doesn't have any
466 466 * further information. The ce/ue versions make for cleaner
drivers/edac/edac_device.c
... ... @@ -367,7 +367,7 @@
367 367 * structure, that needs to be polled for possible error events.
368 368 *
369 369 * This operation is to acquire the list mutex lock
370   - * (thus preventing insertion or deletion)
  370 + * (thus preventing insertation or deletion)
371 371 * and then call the device's poll function IFF this device is
372 372 * running polled and there is a poll function defined.
373 373 */