summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-07-12 15:35:40 +0000
committerderaadt <deraadt@openbsd.org>2006-07-12 15:35:40 +0000
commit9fa67b730cf623719abea7817f841be7e0dfdd97 (patch)
tree6ee07412f262957132f70371184006adb3928302 /sys/dev/i2c
parentdo not include uvm_extern.h twice (diff)
downloadwireguard-openbsd-9fa67b730cf623719abea7817f841be7e0dfdd97.tar.xz
wireguard-openbsd-9fa67b730cf623719abea7817f841be7e0dfdd97.zip
spacing
Diffstat (limited to 'sys/dev/i2c')
-rw-r--r--sys/dev/i2c/i2c_scan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/i2c_scan.c b/sys/dev/i2c/i2c_scan.c
index 184c69e35e5..394e8b62678 100644
--- a/sys/dev/i2c/i2c_scan.c
+++ b/sys/dev/i2c/i2c_scan.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: i2c_scan.c,v 1.85 2006/07/12 12:39:13 kettenis Exp $ */
+/* $OpenBSD: i2c_scan.c,v 1.86 2006/07/12 15:35:40 deraadt Exp $ */
/*
* Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org>
@@ -478,7 +478,7 @@ iic_probe(struct device *self, struct i2cbus_attach_args *iba, u_int8_t addr)
break;
}
- switch(iicprobe(0xfe)) {
+ switch (iicprobe(0xfe)) {
case 0x01: /* National Semiconductor */
if (addr == 0x4c &&
iicprobe(0xff) == 0x11 && (iicprobe(0x03) & 0x2a) == 0 &&