summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/upd.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-03-19 16:08:32 +0000
committerderaadt <deraadt@openbsd.org>2014-03-19 16:08:32 +0000
commita44117f9381ffecb7c26e1ff7ec7d4d704a528e4 (patch)
tree4d29388eb91c9e45695475b046291a8b6d2e3e3c /sys/dev/usb/upd.c
parentregen (diff)
downloadwireguard-openbsd-a44117f9381ffecb7c26e1ff7ec7d4d704a528e4.tar.xz
wireguard-openbsd-a44117f9381ffecb7c26e1ff7ec7d4d704a528e4.zip
spacing
Diffstat (limited to 'sys/dev/usb/upd.c')
-rw-r--r--sys/dev/usb/upd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/upd.c b/sys/dev/usb/upd.c
index b6c751a7fab..885cf633f0b 100644
--- a/sys/dev/usb/upd.c
+++ b/sys/dev/usb/upd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: upd.c,v 1.1 2014/03/17 18:40:46 andre Exp $ */
+/* $OpenBSD: upd.c,v 1.2 2014/03/19 16:08:32 deraadt Exp $ */
/*
* Copyright (c) 2014 Andre de Oliveira <andre@openbsd.org>
@@ -145,7 +145,7 @@ upd_match(struct device *parent, void *match, void *aux)
return (UMATCH_NONE);
if (upd_lookup(uha->uaa->vendor, uha->uaa->product) == NULL)
- return (UMATCH_NONE);
+ return (UMATCH_NONE);
DPRINTF(("upd: vendor=0x%x, product=0x%x\n", uha->uaa->vendor,
uha->uaa->product));