summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Armani <armani@cvs.openbsd.org>2010-03-05 18:20:51 +0000
committerJonathan Armani <armani@cvs.openbsd.org>2010-03-05 18:20:51 +0000
commit3702231317d79ad533728b45d634e65b18e4d3c0 (patch)
tree63d27a49ef4f392a10d9b481c5bd54765e627af0 /sys
parentfe891e693fe7c5f305bed914ca3b1523fd0831a5 (diff)
Correct a wrong printf message, from fabien, ok mk@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/if_urndis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_urndis.c b/sys/dev/usb/if_urndis.c
index 34a6cd2b716..d2f0dcdf35f 100644
--- a/sys/dev/usb/if_urndis.c
+++ b/sys/dev/usb/if_urndis.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_urndis.c,v 1.8 2010/03/04 20:23:45 armani Exp $ */
+/* $OpenBSD: if_urndis.c,v 1.9 2010/03/05 18:20:50 armani Exp $ */
/*
* Copyright (c) 2010 Jonathan Armani <dbd@asystant.net>
@@ -694,7 +694,7 @@ urndis_ctrl_keepalive(struct urndis_softc *sc)
keep->rm_len = htole32(sizeof(*keep));
keep->rm_rid = 0; /* XXX rm_rid == reserved ... remove ? */
- DPRINTF(("%s: urndis_ctrl_reset send: type %u len %u rid %u\n",
+ DPRINTF(("%s: urndis_ctrl_keepalive: type %u len %u rid %u\n",
DEVNAME(sc),
letoh32(keep->rm_type),
letoh32(keep->rm_len),