mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-16 17:27:41 +07:00
[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>
This commit is contained in:
parent
698e22c4bf
commit
ba5bb6b584
@ -206,8 +206,8 @@ static void pcmcia_check_driver(struct pcmcia_driver *p_drv)
|
|||||||
u32 hash;
|
u32 hash;
|
||||||
|
|
||||||
if (!p_drv->attach || !p_drv->event || !p_drv->detach)
|
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 "
|
||||||
p_drv->drv.name);
|
"function\n", p_drv->drv.name);
|
||||||
|
|
||||||
while (did && did->match_flags) {
|
while (did && did->match_flags) {
|
||||||
for (i=0; i<4; i++) {
|
for (i=0; i<4; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user