summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uts.c
diff options
context:
space:
mode:
authormbalmer <mbalmer@openbsd.org>2007-06-13 06:25:03 +0000
committermbalmer <mbalmer@openbsd.org>2007-06-13 06:25:03 +0000
commita7d479f565b95a22df641ebeacc9bb145b333213 (patch)
treedfffa895277477e4b0c142f01fc8b9217a47066d /sys/dev/usb/uts.c
parentThere is no need to set RTAX_NETMASK on RTF_HOST routes. RTAX_NETMASK will (diff)
downloadwireguard-openbsd-a7d479f565b95a22df641ebeacc9bb145b333213.tar.xz
wireguard-openbsd-a7d479f565b95a22df641ebeacc9bb145b333213.zip
Apply some KNF after the recent removal of macros and type definitions.
No binary change. ok ray.
Diffstat (limited to 'sys/dev/usb/uts.c')
-rw-r--r--sys/dev/usb/uts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uts.c b/sys/dev/usb/uts.c
index 66eeacfd762..69ec28a80af 100644
--- a/sys/dev/usb/uts.c
+++ b/sys/dev/usb/uts.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uts.c,v 1.15 2007/06/12 16:26:37 mbalmer Exp $ */
+/* $OpenBSD: uts.c,v 1.16 2007/06/13 06:25:03 mbalmer Exp $ */
/*
* Copyright (c) 2007 Robert Nagy <robert@openbsd.org>
@@ -74,7 +74,7 @@ struct uts_softc {
int sc_isize;
u_int8_t sc_pkts;
- struct device * sc_wsmousedev;
+ struct device *sc_wsmousedev;
int sc_enabled;
int sc_buttons;