diff options
-rw-r--r-- | sys/pccard/pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c index b730ee2..9a369ba 100644 --- a/sys/pccard/pccard.c +++ b/sys/pccard/pccard.c @@ -244,7 +244,7 @@ allocate_driver(struct slot *slt, struct dev_desc *desc) child = device_add_child(pccarddev, devi->name, desc->unit); if (child == NULL) { device_printf(pccardd, - "device_add_child shouldn't have failed, but did\n""); + "device_add_child shouldn't have failed, but did\n"); return (EIO); } device_set_flags(child, desc->flags); |