Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b5c0e2e8068ca31eb2547f2e2e677516ce9d8800
Commit:     b5c0e2e8068ca31eb2547f2e2e677516ce9d8800
Parent:     2714d9a6d1e68d30f5be8871722a7cff388c2d74
Author:     Mike Frysinger <[EMAIL PROTECTED]>
AuthorDate: Wed Sep 12 17:31:59 2007 +0800
Committer:  Bryan Wu <[EMAIL PROTECTED]>
CommitDate: Wed Sep 12 17:31:59 2007 +0800

    Blackfin arch: fix typo pointed out by David Rowe (Mhz -> MHz)
    
    Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
    Signed-off-by: Bryan Wu <[EMAIL PROTECTED]>
---
 arch/blackfin/kernel/setup.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c
index dfc464d..abf34a8 100644
--- a/arch/blackfin/kernel/setup.c
+++ b/arch/blackfin/kernel/setup.c
@@ -332,7 +332,7 @@ void __init setup_arch(char **cmdline_p)
                       CPU, bfin_revid());
        printk(KERN_INFO "Blackfin Linux support by 
http://blackfin.uclinux.org/\n";);
 
-       printk(KERN_INFO "Processor Speed: %lu MHz core clock and %lu Mhz 
System Clock\n",
+       printk(KERN_INFO "Processor Speed: %lu MHz core clock and %lu MHz 
System Clock\n",
               cclk / 1000000,  sclk / 1000000);
 
        if (ANOMALY_05000273 && (cclk >> 1) <= sclk)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to