[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131030172142.49234b28@endymion.delvare>
Date: Wed, 30 Oct 2013 17:21:42 +0100
From: Jean Delvare <khali@...ux-fr.org>
To: Wei Ni <wni@...dia.com>
Cc: <linux@...ck-us.net>, <lm-sensors@...sensors.org>,
<linux-kernel@...r.kernel.org>, <linux-tegra@...r.kernel.org>
Subject: Re: [PATCH v4 3/3] hwmon: (lm90) use enums for the indexes of temp8
and temp11
Hi Wei,
On Wed, 7 Aug 2013 14:18:26 +0800, Wei Ni wrote:
> Using enums for the indexes and nrs of temp8 and temp11.
> This make the code much more readable.
>
> Signed-off-by: Wei Ni <wni@...dia.com>
> ---
> drivers/hwmon/lm90.c | 154 +++++++++++++++++++++++++++++---------------------
> 1 file changed, 90 insertions(+), 64 deletions(-)
> (...)
Looks much better except for one minor detail:
> +/*
> + * TEMP11 register index
> + */
> +enum lm90_temp11_reg_index {
> + REMOTE_TEMP = 0,
> + REMOTE_LOW,
> + REMOTE_HIGH,
> + REMOTE_OFFSET, /* except max6646, max6657/58/59,
> + * and max6695/96
> + */
This comment fits on a single line now.
> + LOCAL_TEMP,
> + REMOTE2_TEMP, /* max6695/96 only */
> + REMOTE2_LOW, /* max6695/96 only */
> + REMOTE2_HIGH, /* max6695/96 only */
> + TEMP11_REG_NUM
> +};
Other than that, it's OK, and I think I'll apply it after all.
--
Jean Delvare
--
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