[PATCH 2/11] pcmcia: fix comment

Dominik Brodowski linux at dominikbrodowski.net
Sun Jul 24 16:14:07 EDT 2005


From: Pavel Roskin <proski at gnu.org>

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>
Signed-off-by: Dominik Brodowski <linux at dominikbrodowski.net>
---

 drivers/pcmcia/ds.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Index: 2.6.13-rc3-git2/drivers/pcmcia/ds.c
===================================================================
--- 2.6.13-rc3-git2.orig/drivers/pcmcia/ds.c
+++ 2.6.13-rc3-git2/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++) {



More information about the linux-pcmcia mailing list