Skip to content

Commit

Permalink
[PATCH] pcmcia: fix comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pavel Roskin authored and Linus Torvalds committed Jul 28, 2005
1 parent 698e22c commit ba5bb6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/pcmcia/ds.c
Expand Up @@ -206,8 +206,8 @@ static void pcmcia_check_driver(struct pcmcia_driver *p_drv)
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++) {
Expand Down

0 comments on commit ba5bb6b

Please sign in to comment.