diff options
author | Felix Kronlage <fkr@cvs.openbsd.org> | 2006-08-07 18:16:11 +0000 |
---|---|---|
committer | Felix Kronlage <fkr@cvs.openbsd.org> | 2006-08-07 18:16:11 +0000 |
commit | 7e37df37e716d502f4a4a65b408e64ac24ce83ad (patch) | |
tree | fd692db64ff2194a132ba74e7f30d37a9d18b249 /sys | |
parent | 592603b245bdf04d4a5d00a05b9c6f82e5c28a0d (diff) |
small whitespace nit
Diffstat (limited to 'sys')
-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 |