Linux Power Management development
 help / color / mirror / Atom feed
From: Julia Lawall <julia.lawall@lip6.fr>
To: Rajendra Nayak <rnayak@codeaurora.org>
Cc: kbuild-all@01.org, Zhang Rui <rui.zhang@intel.com>,
	Eduardo Valentin <edubezval@gmail.com>,
	linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] thermal: qcom: tsens-8960: fix semicolon.cocci warnings
Date: Wed, 6 Apr 2016 08:14:34 +0200 (CEST)	[thread overview]
Message-ID: <alpine.DEB.2.02.1604060813080.2210@localhost6.localdomain6> (raw)

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
@@ -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-06  6:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-06  6:14 Julia Lawall [this message]
2016-04-20 23:00 ` [PATCH] thermal: qcom: tsens-8960: fix semicolon.cocci warnings Eduardo Valentin
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=alpine.DEB.2.02.1604060813080.2210@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