Skip to content

Commit

Permalink
mips: Fix printk typos in arc/mips
Browse files Browse the repository at this point in the history
Correct spelling "platfom" to "platform", "deactived" to "deactivated"
and "deprectated" to "deprecated" in arch/mips directory.

Signed-off-by: Masanari Iida <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
standby24x7 authored and Jiri Kosina committed Apr 6, 2012
1 parent 5edfe7d commit 6997991
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arch/mips/kernel/mips-mt.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ void mips_mt_set_cpuoptions(void)
unsigned int nconfig7 = oconfig7;

if (mt_opt_norps) {
printk("\"norps\" option deprectated: use \"rpsctl=\"\n");
printk("\"norps\" option deprecated: use \"rpsctl=\"\n");
}
if (mt_opt_rpsctl >= 0) {
printk("34K return prediction stack override set to %d.\n",
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/lantiq/xway/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ int __init ltq_gpio_init(void)
int ret = platform_driver_register(&ltq_gpio_driver);

if (ret)
pr_info("ltq_gpio : Error registering platfom driver!");
pr_info("ltq_gpio : Error registering platform driver!");
return ret;
}

Expand Down
2 changes: 1 addition & 1 deletion arch/mips/lantiq/xway/gpio_ebu.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ static int __init ltq_ebu_init(void)
int ret = platform_driver_register(&ltq_ebu_driver);

if (ret)
pr_info("ltq_ebu : Error registering platfom driver!");
pr_info("ltq_ebu : Error registering platform driver!");
return ret;
}

Expand Down
2 changes: 1 addition & 1 deletion arch/mips/lantiq/xway/gpio_stp.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ int __init ltq_stp_init(void)
int ret = platform_driver_register(&ltq_stp_driver);

if (ret)
pr_info("ltq_stp: error registering platfom driver");
pr_info("ltq_stp: error registering platform driver");
return ret;
}

Expand Down
2 changes: 1 addition & 1 deletion arch/mips/pci/pci-lantiq.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ int __init pcibios_init(void)
{
int ret = platform_driver_register(&ltq_pci_driver);
if (ret)
printk(KERN_INFO "ltq_pci: Error registering platfom driver!");
printk(KERN_INFO "ltq_pci: Error registering platform driver!");
return ret;
}

Expand Down
2 changes: 1 addition & 1 deletion arch/mips/sni/pcimt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6997991

Please sign in to comment.