[PATCH] "does misses" - > "lacks"

Pavel Roskin proski at gnu.org
Tue Jul 12 17:24:21 EDT 2005


Hello!

pcmcia_check_driver() should print its warnings in correct English.

Signed-off-by: Pavel Roskin <proski at gnu.org>

diff --git a/drivers/pcmcia/ds.c b/drivers/pcmcia/ds.c
--- a/drivers/pcmcia/ds.c
+++ b/drivers/pcmcia/ds.c
@@ -206,7 +206,7 @@ static void pcmcia_check_driver(struct p
 	u32 hash;
 
 	if (!p_drv->attach || !p_drv->event || !p_drv->detach)
-		printk(KERN_DEBUG "pcmcia: %s does misses a callback function",
+		printk(KERN_DEBUG "pcmcia: %s lacks a requisite callback function",
 		       p_drv->drv.name);
 
 	while (did && did->match_flags) {


-- 
Regards,
Pavel Roskin




More information about the linux-pcmcia mailing list