Skip to content

Commit f70d4a9

Browse files
author
Jiri Kosina
committed
edac, mips: don't change code that has been removed in edac/mips tree
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 <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent a45170e commit f70d4a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/mips/pci/pci-lantiq.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ int __init pcibios_init(void)
297297
{
298298
int ret = platform_driver_register(&ltq_pci_driver);
299299
if (ret)
300-
printk(KERN_INFO "ltq_pci: Error registering platform driver!");
300+
printk(KERN_INFO "ltq_pci: Error registering platfom driver!");
301301
return ret;
302302
}
303303

drivers/edac/edac_core.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ extern int edac_mc_find_csrow_by_page(struct mem_ctl_info *mci,
460460
/*
461461
* The no info errors are used when error overflows are reported.
462462
* 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
464464
* error occurs then an error overflow register records that an
465465
* error occurred and the type of error, but doesn't have any
466466
* further information. The ce/ue versions make for cleaner

drivers/edac/edac_device.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ static void del_edac_device_from_global_list(struct edac_device_ctl_info
367367
* structure, that needs to be polled for possible error events.
368368
*
369369
* This operation is to acquire the list mutex lock
370-
* (thus preventing insertion or deletion)
370+
* (thus preventing insertation or deletion)
371371
* and then call the device's poll function IFF this device is
372372
* running polled and there is a poll function defined.
373373
*/

0 commit comments

Comments
 (0)