diff options
| author | 2014-03-19 16:08:32 +0000 | |
|---|---|---|
| committer | 2014-03-19 16:08:32 +0000 | |
| commit | a44117f9381ffecb7c26e1ff7ec7d4d704a528e4 (patch) | |
| tree | 4d29388eb91c9e45695475b046291a8b6d2e3e3c /sys/dev/usb/upd.c | |
| parent | regen (diff) | |
| download | wireguard-openbsd-a44117f9381ffecb7c26e1ff7ec7d4d704a528e4.tar.xz wireguard-openbsd-a44117f9381ffecb7c26e1ff7ec7d4d704a528e4.zip | |
spacing
Diffstat (limited to 'sys/dev/usb/upd.c')
| -rw-r--r-- | sys/dev/usb/upd.c | 4 |
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)); |
