From 7e37df37e716d502f4a4a65b408e64ac24ce83ad Mon Sep 17 00:00:00 2001 From: Felix Kronlage Date: Mon, 7 Aug 2006 18:16:11 +0000 Subject: small whitespace nit --- sys/dev/usb/ubsa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') 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 . @@ -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 -- cgit v1.2.3