Skip to content

Commit

Permalink
simtec: Fix typo in pm-simtec.c
Browse files Browse the repository at this point in the history
Correct spelling "Manangement" to "Management" in
arch/arm/plat-s3c24xx/pm-simtec.c

Signed-off-by: Masanari Iida <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
standby24x7 authored and Jiri Kosina committed Feb 21, 2012
1 parent a80581d commit 6eb84bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c24xx/pm-simtec.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static __init int pm_simtec_init(void)
!machine_is_aml_m5900())
return 0;

printk(KERN_INFO "Simtec Board Power Manangement" COPYRIGHT "\n");
printk(KERN_INFO "Simtec Board Power Management" COPYRIGHT "\n");

gstatus4 = (__raw_readl(S3C2410_BANKCON7) & 0x3) << 30;
gstatus4 |= (__raw_readl(S3C2410_BANKCON6) & 0x3) << 28;
Expand Down

0 comments on commit 6eb84bd

Please sign in to comment.