Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e34f80cd865a89341331568e715e3d3e35d0d929
Commit:     e34f80cd865a89341331568e715e3d3e35d0d929
Parent:     c5a69d57eb48e36f84c0737b5b24ec277d7dbfba
Author:     Nicolas Kaiser <[EMAIL PROTECTED]>
AuthorDate: Sat Feb 17 20:12:12 2007 +0100
Committer:  Adrian Bunk <[EMAIL PROTECTED]>
CommitDate: Sat Feb 17 20:12:12 2007 +0100

    arch/cris: typo in KERN_INFO
    
    Typo in KERN_INFO.
    
    Signed-off-by: Nicolas Kaiser <[EMAIL PROTECTED]>
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
 arch/cris/arch-v10/drivers/pcf8563.c |    2 +-
 arch/cris/arch-v32/drivers/pcf8563.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/cris/arch-v10/drivers/pcf8563.c 
b/arch/cris/arch-v10/drivers/pcf8563.c
index 107796e..d47cfbf 100644
--- a/arch/cris/arch-v10/drivers/pcf8563.c
+++ b/arch/cris/arch-v10/drivers/pcf8563.c
@@ -311,7 +311,7 @@ pcf8563_register(void)
 {
        pcf8563_init();
        if (register_chrdev(PCF8563_MAJOR, DEVICE_NAME, &pcf8563_fops) < 0) {
-               printk(KERN_INFO "%s: Unable to get major numer %d for RTC 
device.\n",
+               printk(KERN_INFO "%s: Unable to get major number %d for RTC 
device.\n",
                       PCF8563_NAME, PCF8563_MAJOR);
                return -1;
        }
diff --git a/arch/cris/arch-v32/drivers/pcf8563.c 
b/arch/cris/arch-v32/drivers/pcf8563.c
index 544ab01..24b919b 100644
--- a/arch/cris/arch-v32/drivers/pcf8563.c
+++ b/arch/cris/arch-v32/drivers/pcf8563.c
@@ -171,7 +171,7 @@ pcf8563_init(void)
                goto err;
 
        if (register_chrdev(PCF8563_MAJOR, DEVICE_NAME, &pcf8563_fops) < 0) {
-               printk(KERN_INFO "%s: Unable to get major numer %d for RTC 
device.\n",
+               printk(KERN_INFO "%s: Unable to get major number %d for RTC 
device.\n",
                       PCF8563_NAME, PCF8563_MAJOR);
                return -1;
        }
-
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