Re: [PATCH 10/11] drivers/block/rd.c: lower printk severity
- From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
- Date: Thu, 5 Jul 2007 10:59:42 -0700
On Wed, 4 Jul 2007 15:30:22 +0300 Dan Aloni wrote:
Signed-off-by: Dan Aloni <da-x@xxxxxxxxxxxxx>
---
drivers/block/rd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/block/rd.c b/drivers/block/rd.c
index a1512da..3b974f8 100644
--- a/drivers/block/rd.c
+++ b/drivers/block/rd.c
@@ -463,9 +463,9 @@ static int __init rd_init(void)
}
/* rd_size is given in kB */
- printk("RAMDISK driver initialized: "
- "%d RAM disks of %dK size %d blocksize\n",
- CONFIG_BLK_DEV_RAM_COUNT, rd_size, rd_blocksize);
+ printk(KERN_INFO "RAMDISK driver initialized: "
+ "%d RAM disks of %dK size %d blocksize\n",
+ CONFIG_BLK_DEV_RAM_COUNT, rd_size, rd_blocksize);
return 0;
out:
--
Hi Dan,
All of the changes look good to me except for this one.
The change to use 7 spaces to align the strings is unnecessary.
Thanks.
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH 1/11] arch/x86_64/kernel/aperture.c: lower printk severity
- From: Dan Aloni
- [PATCH 10/11] drivers/block/rd.c: lower printk severity
- From: Dan Aloni
- [PATCH 1/11] arch/x86_64/kernel/aperture.c: lower printk severity
- Prev by Date: Re: Versioning file system
- Next by Date: [PATCH] Sky Cpu: use C99 style for struct init
- Previous by thread: [PATCH 10/11] drivers/block/rd.c: lower printk severity
- Next by thread: [PATCH 11/11] kernel/sched.c: lower printk severity
- Index(es):
Relevant Pages
|