diff options
| author | 2006-08-07 18:16:10 +0000 | |
|---|---|---|
| committer | 2006-08-07 18:16:10 +0000 | |
| commit | a0dda5765e5a8e8aaf356dda64d50a9ee57b5a85 (patch) | |
| tree | 2b2b3fcbe62c027b80e20c7ab1f33bf7cf1851ab | |
| parent | Pretty printing of supported cards, similar as in ath(4). (diff) | |
| download | wireguard-openbsd-a0dda5765e5a8e8aaf356dda64d50a9ee57b5a85.tar.xz wireguard-openbsd-a0dda5765e5a8e8aaf356dda64d50a9ee57b5a85.zip | |
small whitespace nit
| -rw-r--r-- | sys/dev/usb/ubsa.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c index 654aab00d3b..154ced45acf 100644 --- a/sys/dev/usb/ubsa.c +++ b/sys/dev/usb/ubsa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ubsa.c,v 1.16 2006/08/07 16:22:44 fkr Exp $ */ +/* $OpenBSD: ubsa.c,v 1.17 2006/08/07 18:16:10 fkr Exp $ */ /* $NetBSD: ubsa.c,v 1.5 2002/11/25 00:51:33 fvdl Exp $ */ /*- * Copyright (c) 2002, Alexander Kabaev <kan.FreeBSD.org>. @@ -197,7 +197,7 @@ Static int ubsa_param(void *, int, struct termios *); Static int ubsa_open(void *, int); Static void ubsa_close(void *, int); -Static void ubsa_break(struct ubsa_softc *sc, int onoff); +Static void ubsa_break(struct ubsa_softc *sc, int onoff); Static int ubsa_request(struct ubsa_softc *, u_int8_t, u_int16_t); Static void ubsa_dtr(struct ubsa_softc *, int); Static void ubsa_rts(struct ubsa_softc *, int); @@ -271,7 +271,7 @@ USB_ATTACH(ubsa) printf("%s: %s\n", devname, devinfop); usbd_devinfo_free(devinfop); - sc->sc_udev = dev; + sc->sc_udev = dev; /* * initialize rts, dtr variables to something |
