From: Julia Lawall <julia.lawall@lip6.fr>
To: Eduardo Valentin <edubezval@gmail.com>
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: Thu, 21 Apr 2016 07:12:45 +0200 (CEST) [thread overview]
Message-ID: <alpine.DEB.2.02.1604210709420.2074@localhost6.localdomain6> (raw)
In-Reply-To: <20160420230030.GB5807@localhost.localdomain>
On Wed, 20 Apr 2016, Eduardo Valentin wrote:
> 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?
Sorry, I should have preserved that information, but I don't have it any
more.
julia
> > @@ -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;
>
prev parent reply other threads:[~2016-04-21 5:12 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
2016-04-21 5:12 ` Julia Lawall [this message]
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=alpine.DEB.2.02.1604210709420.2074@localhost6.localdomain6 \
--to=julia.lawall@lip6.fr \
--cc=edubezval@gmail.com \
--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