diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-12 22:58:46 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-21 11:40:36 +0100 |
commit | 6eb84bd29bffca09476522b4c3c4438c2df2cb5b (patch) | |
tree | 39d52ed2daf8ec888c33dcd346c162f4193b0f5f /arch/arm/plat-s3c24xx | |
parent | a80581d0d1b11b2d4bbb9333c1cac5416714112d (diff) | |
download | op-kernel-dev-6eb84bd29bffca09476522b4c3c4438c2df2cb5b.zip op-kernel-dev-6eb84bd29bffca09476522b4c3c4438c2df2cb5b.tar.gz |
simtec: Fix typo in pm-simtec.c
Correct spelling "Manangement" to "Management" in
arch/arm/plat-s3c24xx/pm-simtec.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/arm/plat-s3c24xx')
-rw-r--r-- | arch/arm/plat-s3c24xx/pm-simtec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c24xx/pm-simtec.c b/arch/arm/plat-s3c24xx/pm-simtec.c index 68296b1..699f931 100644 --- a/arch/arm/plat-s3c24xx/pm-simtec.c +++ b/arch/arm/plat-s3c24xx/pm-simtec.c @@ -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; |