summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/adm1025.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-31 04:31:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-31 04:31:28 +0000
commit609c8a584c1665b2d39c911a8a204305428fd7c9 (patch)
tree531f101b5d50cafc293ccb067eb63ef965470176 /sys/dev/i2c/adm1025.c
parentd6c02c784867dfe29c246af768acac8496059be7 (diff)
spacing
Diffstat (limited to 'sys/dev/i2c/adm1025.c')
-rw-r--r--sys/dev/i2c/adm1025.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/i2c/adm1025.c b/sys/dev/i2c/adm1025.c
index 3a44e39a0fc..e96abb8d60a 100644
--- a/sys/dev/i2c/adm1025.c
+++ b/sys/dev/i2c/adm1025.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adm1025.c,v 1.18 2005/12/29 14:51:08 deraadt Exp $ */
+/* $OpenBSD: adm1025.c,v 1.19 2005/12/31 04:31:27 deraadt Exp $ */
/*
* Copyright (c) 2005 Theo de Raadt
@@ -83,7 +83,7 @@ admtm_match(struct device *parent, void *match, void *aux)
{
struct i2c_attach_args *ia = aux;
- if (strcmp(ia->ia_name, "adm1025") == 0 ||
+ if (strcmp(ia->ia_name, "adm1025") == 0 ||
strcmp(ia->ia_name, "47m192") == 0 ||
strcmp(ia->ia_name, "ne1619") == 0) {
/*
@@ -113,7 +113,7 @@ admtm_attach(struct device *parent, struct device *self, void *aux)
sc->sc_nsensors = ADMTM_NUM_SENSORS;
sc->sc_model = 1025;
- if (strcmp(ia->ia_name, "47m192") == 0) {
+ if (strcmp(ia->ia_name, "47m192") == 0) {
sc->sc_nsensors += SMSC_NUM_SENSORS;
sc->sc_model = 192;
}