Skip to content

Commit

Permalink
edac, mips: don't change code that has been removed in edac/mips tree
Browse files Browse the repository at this point in the history
This is a partial revert of

	15ed103 ("edac: Fix spelling errors")
	6997991 ("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>
  • Loading branch information
Jiri Kosina committed May 22, 2012
1 parent a45170e commit f70d4a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/mips/pci/pci-lantiq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion drivers/edac/edac_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion drivers/edac/edac_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit f70d4a9

Please sign in to comment.