mips: Fix printk typos in arc/mips
Correct spelling "platfom" to "platform", "deactived" to "deactivated" and "deprectated" to "deprecated" in arch/mips directory. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
5edfe7d841
commit
6997991ab0
@@ -29,7 +29,7 @@ static void __init sni_pcimt_sc_init(void)
|
||||
|
||||
scsiz = cacheconf & 7;
|
||||
if (scsiz == 0) {
|
||||
printk("Second level cache is deactived.\n");
|
||||
printk("Second level cache is deactivated.\n");
|
||||
return;
|
||||
}
|
||||
if (scsiz >= 6) {
|
||||
|
Reference in New Issue
Block a user