* [KJ] [PATCH] drivers/atm/fore200e.c: change in error message.
@ 2006-10-29 8:53 Amit Choudhary
0 siblings, 0 replies; only message in thread
From: Amit Choudhary @ 2006-10-29 8:53 UTC (permalink / raw)
To: kernel-janitors
Description: Change in error message in function fore200e_kmalloc(), in file drivers/atm/fore200e.c.
Signed-off-by: Amit Choudhary <amit2030@gmail.com>
diff --git a/drivers/atm/fore200e.c b/drivers/atm/fore200e.c
index 3a7b21f..1c7ea02 100644
--- a/drivers/atm/fore200e.c
+++ b/drivers/atm/fore200e.c
@@ -178,7 +178,7 @@ fore200e_kmalloc(int size, gfp_t flags)
void *chunk = kzalloc(size, flags);
if (!chunk)
- printk(FORE200E "kmalloc() failed, requested size = %d, flags = 0x%x\n", size, flags);
+ printk(FORE200E "kzalloc() failed, requested size = %d, flags = 0x%x\n", size, flags);
return chunk;
}
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-29 8:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-29 8:53 [KJ] [PATCH] drivers/atm/fore200e.c: change in error message Amit Choudhary
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.