Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754257AbXLFNYs (ORCPT ); Thu, 6 Dec 2007 08:24:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753799AbXLFNYe (ORCPT ); Thu, 6 Dec 2007 08:24:34 -0500 Received: from emerald.lightlink.com ([205.232.34.14]:28664 "EHLO emerald.lightlink.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753433AbXLFNYd (ORCPT ); Thu, 6 Dec 2007 08:24:33 -0500 Date: Thu, 6 Dec 2007 08:21:02 -0500 From: "Mark M. Hoffman" To: Joe Perches Cc: linux-kernel@vger.kernel.org, Roger Lucas , lm-sensors@lm-sensors.org Subject: Re: [PATCH 15/59] drivers/hwmon: Add missing "space" Message-ID: <20071206132102.GD7021@jupiter.solarsys.private> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1141 Lines: 34 * Joe Perches [2007-11-19 17:48:07 -0800]: > > Signed-off-by: Joe Perches > --- > drivers/hwmon/vt8231.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/hwmon/vt8231.c b/drivers/hwmon/vt8231.c > index 2196a84..f876617 100644 > --- a/drivers/hwmon/vt8231.c > +++ b/drivers/hwmon/vt8231.c > @@ -504,7 +504,7 @@ static ssize_t set_fan_div(struct device *dev, struct device_attribute *attr, > case 4: data->fan_div[nr] = 2; break; > case 8: data->fan_div[nr] = 3; break; > default: > - dev_err(dev, "fan_div value %ld not supported." > + dev_err(dev, "fan_div value %ld not supported. " > "Choose one of 1, 2, 4 or 8!\n", val); > mutex_unlock(&data->update_lock); > return -EINVAL; > -- > 1.5.3.5.652.gf192c Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman mhoffman@lightlink.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/