linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eduardo Valentin <edubezval@gmail.com>
To: Julia Lawall <julia.lawall@lip6.fr>
Cc: Rajendra Nayak <rnayak@codeaurora.org>,
	kbuild-all@01.org, Zhang Rui <rui.zhang@intel.com>,
	linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] thermal: qcom: tsens-8960: fix semicolon.cocci warnings
Date: Wed, 20 Apr 2016 16:00:31 -0700	[thread overview]
Message-ID: <20160420230030.GB5807@localhost.localdomain> (raw)
In-Reply-To: <alpine.DEB.2.02.1604060813080.2210@localhost6.localdomain6>

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@intel.com>
> Signed-off-by: Julia Lawall <julia.lawall@lip6.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;

  reply	other threads:[~2016-04-20 23:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-06  6:14 [PATCH] thermal: qcom: tsens-8960: fix semicolon.cocci warnings Julia Lawall
2016-04-20 23:00 ` Eduardo Valentin [this message]
2016-04-21  5:12   ` Julia Lawall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160420230030.GB5807@localhost.localdomain \
    --to=edubezval@gmail.com \
    --cc=julia.lawall@lip6.fr \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rnayak@codeaurora.org \
    --cc=rui.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).