Cc: Hans de Goede <hdegoede@xxxxxxxxxx> Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx> --- drivers/hwmon/sch5627.c | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/hwmon/sch5627.c b/drivers/hwmon/sch5627.c index 79b6dab..cd80fbc 100644 --- a/drivers/hwmon/sch5627.c +++ b/drivers/hwmon/sch5627.c @@ -1,4 +1,5 @@ -/*************************************************************************** +/* + *************************************************************************** * Copyright (C) 2010-2011 Hans de Goede <hdegoede@xxxxxxxxxx> * * * * This program is free software; you can redistribute it and/or modify * @@ -15,7 +16,8 @@ * along with this program; if not, write to the * * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ + *************************************************************************** + */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt @@ -544,8 +546,10 @@ static int __devinit sch5627_probe(struct platform_device *pdev) err = -ENODEV; goto error; } - /* Trigger a Vbat voltage measurement, so that we get a valid reading - the first time we read Vbat */ + /* + * Trigger a Vbat voltage measurement, so that we get a valid reading + * the first time we read Vbat + */ sch56xx_write_virtual_reg(data->addr, SCH5627_REG_CTRL, data->control | 0x10); data->last_battery = jiffies; -- 1.7.5.4 _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors