[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1321604589-13325-1-git-send-email-zac.3.14159@gmail.com>
Date: Fri, 18 Nov 2011 01:23:09 -0700
From: Zac Storer <zac.3.14159@...il.com>
To: khali@...ux-fr.org
Cc: lm-sensors@...sensors.org, linux-kernel@...r.kernel.org,
Zac Storer <zac.3.14159@...il.com>
Subject: [PATCH 35/35] Drivers: hwmon: adm1031: fixed indent coding style issue
Fixed indent coding style issue.
Signed-off-by: Zac Storer <zac.3.14159@...il.com>
---
drivers/hwmon/adm1031.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/hwmon/adm1031.c b/drivers/hwmon/adm1031.c
index 0bd2ae7..29f8d59 100644
--- a/drivers/hwmon/adm1031.c
+++ b/drivers/hwmon/adm1031.c
@@ -971,7 +971,7 @@ static void adm1031_init_client(struct i2c_client *client)
/* Initialize the ADM1031 chip (enables fan speed reading ) */
read_val = adm1031_read_value(client, ADM1031_REG_CONF2);
if ((read_val | mask) != read_val) {
- adm1031_write_value(client, ADM1031_REG_CONF2, read_val | mask);
+ adm1031_write_value(client, ADM1031_REG_CONF2, read_val | mask);
}
read_val = adm1031_read_value(client, ADM1031_REG_CONF1);
--
1.7.7.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists