[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101105030745.GF28308@ericsson.com>
Date: Thu, 4 Nov 2010 20:07:45 -0700
From: Guenter Roeck <guenter.roeck@...csson.com>
To: Henrik Rydberg <rydberg@...omail.se>
CC: Jean Delvare <khali@...ux-fr.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"lm-sensors@...sensors.org" <lm-sensors@...sensors.org>
Subject: Re: [lm-sensors] [PATCH 7/8] hwmon: applesmc: Simplify feature
sysfs handling
On Sun, Oct 31, 2010 at 03:50:33AM -0400, Henrik Rydberg wrote:
> Given the dynamic node construction method, the setup of the
> accelerometer, light sensor and keyboard backlight sysfs nodes
> can be simplified. This patch does not contain any logic changes.
>
> Signed-off-by: Henrik Rydberg <rydberg@...omail.se>
Hi Henrik,
only one minor comment.
> ---
> drivers/hwmon/applesmc.c | 168 ++++++++++++++++++++-------------------------
> 1 files changed, 75 insertions(+), 93 deletions(-)
>
> diff --git a/drivers/hwmon/applesmc.c b/drivers/hwmon/applesmc.c
> index 4ba20ec..c09cd2e 100644
> --- a/drivers/hwmon/applesmc.c
> +++ b/drivers/hwmon/applesmc.c
[ ... ]
> +static struct applesmc_node_group info_group[] = {
> + { "name", applesmc_name_show },
> + { "key_count", applesmc_key_count_show },
> + { "key_at_index", applesmc_key_at_index_show, applesmc_key_at_index_store },
Finally a checkpatch warning - line longer than 80 columns.
Guenter
--
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