[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160420230030.GB5807@localhost.localdomain>
Date: Wed, 20 Apr 2016 16:00:31 -0700
From: Eduardo Valentin <edubezval@...il.com>
To: Julia Lawall <julia.lawall@...6.fr>
Cc: Rajendra Nayak <rnayak@...eaurora.org>, kbuild-all@...org,
Zhang Rui <rui.zhang@...el.com>, linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] thermal: qcom: tsens-8960: fix semicolon.cocci warnings
On Wed, Apr 06, 2016 at 08:14:34AM +0200, Julia Lawall wrote:
> Remove unneeded semicolon.
>
> Generated by: scripts/coccinelle/misc/semicolon.cocci
>
> Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
> Signed-off-by: Julia Lawall <julia.lawall@...6.fr>
> ---
>
> tsens-8960.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/drivers/thermal/qcom/tsens-8960.c
> +++ b/drivers/thermal/qcom/tsens-8960.c
To which tree this patch applies to?
> @@ -247,7 +247,7 @@ static inline int code_to_mdegC(u32 adc_
> u32 slope;
> int offset;
>
> - slope = thermal_zone_get_slope(s->tzd);;
> + slope = thermal_zone_get_slope(s->tzd);
> offset = CAL_MDEGC - slope * s->offset;
>
> return adc_code * slope + offset;
Powered by blists - more mailing lists