diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-07-25 02:18:12 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-07-25 02:18:12 +0000 |
commit | 5d68760cde9b70743da4d636206420ffa530a9d1 (patch) | |
tree | 7cc14a7a81879a23a1a80c8a277b02a9605a0e53 /sys/dev/usb/umodem.c | |
parent | 0e0f2c8d681fe03a20821eab98d5c349c7071166 (diff) |
get rid of trailing whitespace
Diffstat (limited to 'sys/dev/usb/umodem.c')
-rw-r--r-- | sys/dev/usb/umodem.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/usb/umodem.c b/sys/dev/usb/umodem.c index f7aa0f57cc4..92ddb986339 100644 --- a/sys/dev/usb/umodem.c +++ b/sys/dev/usb/umodem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umodem.c,v 1.10 2002/06/11 02:59:15 nate Exp $ */ +/* $OpenBSD: umodem.c,v 1.11 2002/07/25 02:18:11 nate Exp $ */ /* $NetBSD: umodem.c,v 1.41 2001/11/13 06:24:56 lukem Exp $ */ /* @@ -234,8 +234,8 @@ USB_ATTACH(umodem) goto bad; } - /* - * Find the bulk endpoints. + /* + * Find the bulk endpoints. * Iterate over all endpoints in the data interface and take note. */ uca.bulkin = uca.bulkout = -1; @@ -463,7 +463,7 @@ umodem_get_caps(usbd_device_handle dev, int *cm, int *acm) return; } *acm = cad->bmCapabilities; -} +} void umodem_get_status(void *addr, int portno, u_char *lsr, u_char *msr) @@ -531,7 +531,7 @@ umodem_ioctl(void *addr, int portno, u_long cmd, caddr_t data, int flag, if (sc->sc_dying) return (EIO); - + DPRINTF(("umodemioctl: cmd=0x%08lx\n", cmd)); switch (cmd) { @@ -658,7 +658,7 @@ umodem_set_line_coding(struct umodem_softc *sc, usb_cdc_line_state_t *state) err = usbd_do_request(sc->sc_udev, &req, state); if (err) { - DPRINTF(("umodem_set_line_coding: failed, err=%s\n", + DPRINTF(("umodem_set_line_coding: failed, err=%s\n", usbd_errstr(err))); return (err); } |