summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2022-07-10 20:16:16 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2022-07-10 20:16:16 +0000
commit58c2f2dde85fe8a5fd65af66f14eb68c331bb512 (patch)
treed7cee3cc399be59d5ccc5389ea320167d89f4a76 /sys/dev
parent54942421c101fd5088aa60c1e10bdc32bde4f3fe (diff)
Remove trailing whitespace. No code change.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/uhub.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c
index 598f7ec5316..a301eb509a4 100644
--- a/sys/dev/usb/uhub.c
+++ b/sys/dev/usb/uhub.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uhub.c,v 1.95 2020/07/31 10:49:33 mglocker Exp $ */
+/* $OpenBSD: uhub.c,v 1.96 2022/07/10 20:15:31 mlarkin Exp $ */
/* $NetBSD: uhub.c,v 1.64 2003/02/08 03:32:51 ichiro Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhub.c,v 1.18 1999/11/17 22:33:43 n_hibma Exp $ */
@@ -80,13 +80,13 @@ int uhub_port_connect(struct uhub_softc *, int, int);
* Every other driver only connects to hubs
*/
-int uhub_match(struct device *, void *, void *);
-void uhub_attach(struct device *, struct device *, void *);
-int uhub_detach(struct device *, int);
+int uhub_match(struct device *, void *, void *);
+void uhub_attach(struct device *, struct device *, void *);
+int uhub_detach(struct device *, int);
-struct cfdriver uhub_cd = {
- NULL, "uhub", DV_DULL
-};
+struct cfdriver uhub_cd = {
+ NULL, "uhub", DV_DULL
+};
const struct cfattach uhub_ca = {
sizeof(struct uhub_softc), uhub_match, uhub_attach, uhub_detach