Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] pcmcia: fix comment

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@gnu.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Pavel Roskin and committed by
Linus Torvalds
ba5bb6b5 698e22c4

+2 -2
+2 -2
drivers/pcmcia/ds.c
··· 206 206 u32 hash; 207 207 208 208 if (!p_drv->attach || !p_drv->event || !p_drv->detach) 209 - printk(KERN_DEBUG "pcmcia: %s does misses a callback function", 210 - p_drv->drv.name); 209 + printk(KERN_DEBUG "pcmcia: %s lacks a requisite callback " 210 + "function\n", p_drv->drv.name); 211 211 212 212 while (did && did->match_flags) { 213 213 for (i=0; i<4; i++) {