[lm-sensors] [PATCH 34/34] Drivers: hwmon: adm1031: fixed a coding style issue

Zac Storer zac.3.14159 at gmail.com
Fri Nov 18 09:19:45 CET 2011


Fixed a coding style issue.

Signed-off-by: Zac Storer <zac.3.14159 at gmail.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 6e80cf0..0bd2ae7 100644
--- a/drivers/hwmon/adm1031.c
+++ b/drivers/hwmon/adm1031.c
@@ -230,7 +230,7 @@ static const auto_chan_table_t auto_channel_select_table_adm1030 = {
  */
 static int
 get_fan_auto_nearest(struct adm1031_data *data,
-		     int chan, u8 val, u8 reg, u8 * new_reg)
+		     int chan, u8 val, u8 reg, u8 *new_reg)
 {
 	int i;
 	int first_match = -1, exact_match = -1;
-- 
1.7.7.3




More information about the lm-sensors mailing list