[PATCH 35/35] Drivers: hwmon: adm1031: fixed indent coding style issue

From: Zac Storer
Date: Fri Nov 18 2011 - 03:23:19 EST


Fixed indent coding style issue.

Signed-off-by: Zac Storer <zac.3.14159@xxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/