summaryrefslogtreecommitdiff
path: root/sys/dev/usb/udsbr.c
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2002-07-25 02:18:12 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2002-07-25 02:18:12 +0000
commit5d68760cde9b70743da4d636206420ffa530a9d1 (patch)
tree7cc14a7a81879a23a1a80c8a277b02a9605a0e53 /sys/dev/usb/udsbr.c
parent0e0f2c8d681fe03a20821eab98d5c349c7071166 (diff)
get rid of trailing whitespace
Diffstat (limited to 'sys/dev/usb/udsbr.c')
-rw-r--r--sys/dev/usb/udsbr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/udsbr.c b/sys/dev/usb/udsbr.c
index 1ded0778657..1d9f0f99a52 100644
--- a/sys/dev/usb/udsbr.c
+++ b/sys/dev/usb/udsbr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: udsbr.c,v 1.3 2002/07/09 18:37:04 nate Exp $ */
+/* $OpenBSD: udsbr.c,v 1.4 2002/07/25 02:18:10 nate Exp $ */
/* $NetBSD: udsbr.c,v 1.6 2002/02/12 10:51:49 tron Exp $ */
/*
@@ -229,7 +229,7 @@ udsbr_setfreq(struct udsbr_softc *sc, int freq)
* that the radio wants. This frequency is 10.7MHz above
* the actual frequency. We then need to convert to
* units of 12.5kHz. We add one to the IFM to make rounding
- * easier.
+ * easier.
*/
freq = (freq * 1000 + 10700001) / 12500;
(void)udsbr_req(sc, 0x01, (freq >> 8) & 0xff, freq & 0xff);