diff options
author | Nicolas Kaiser <nikai@nikai.net> | 2007-02-17 20:12:12 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-02-17 20:12:12 +0100 |
commit | e34f80cd865a89341331568e715e3d3e35d0d929 (patch) | |
tree | d23d384eb4496eedc02633658ef5ac742c8df78c /arch/cris/arch-v32 | |
parent | c5a69d57eb48e36f84c0737b5b24ec277d7dbfba (diff) |
arch/cris: typo in KERN_INFO
Typo in KERN_INFO.
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'arch/cris/arch-v32')
-rw-r--r-- | arch/cris/arch-v32/drivers/pcf8563.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v32/drivers/pcf8563.c b/arch/cris/arch-v32/drivers/pcf8563.c index 544ab017941..24b919b3821 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; } |