summaryrefslogtreecommitdiffstats
path: root/sys/pccard
diff options
context:
space:
mode:
authorsilby <silby@FreeBSD.org>2001-11-02 21:11:36 +0000
committersilby <silby@FreeBSD.org>2001-11-02 21:11:36 +0000
commit9e6ad518d0daf77ed5c325b453bd913fc3428fe9 (patch)
tree465eb53932889129fb3d3c99f1809868f1d15120 /sys/pccard
parentcfe0e2b488d886d14fc1755679b8a88165b22d92 (diff)
downloadFreeBSD-src-9e6ad518d0daf77ed5c325b453bd913fc3428fe9.zip
FreeBSD-src-9e6ad518d0daf77ed5c325b453bd913fc3428fe9.tar.gz
Remove an extra " that crept into a string.
Diffstat (limited to 'sys/pccard')
-rw-r--r--sys/pccard/pccard.c2
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);
OpenPOWER on IntegriCloud