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

Pavel Roskin proski at gnu.org
Wed Jul 13 15:47:51 EDT 2005


Hello!

Please ignore the previous patch.

There are two problems with the message about missing callback
functions: it's not written in correct English and it lacks newline at
the end.

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,8 +206,8 @@ 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",
-		       p_drv->drv.name);
+		printk(KERN_DEBUG "pcmcia: %s lacks a requisite callback "
+		       "function\n", p_drv->drv.name);
 
 	while (did && did->match_flags) {
 		for (i=0; i<4; i++) {


-- 
Regards,
Pavel Roskin




More information about the linux-pcmcia mailing list