From patchwork Wed Nov 25 07:59:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caesar Wang X-Patchwork-Id: 7696241 Return-Path: X-Original-To: patchwork-linux-rockchip@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id DF7789F1BE for ; Wed, 25 Nov 2015 08:00:52 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0026D208C9 for ; Wed, 25 Nov 2015 08:00:51 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5A00920850 for ; Wed, 25 Nov 2015 08:00:47 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1a1V0Q-0004Ka-W7; Wed, 25 Nov 2015 08:00:47 +0000 Received: from mail-pa0-f68.google.com ([209.85.220.68]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1a1V0N-0004HL-Ri; Wed, 25 Nov 2015 08:00:45 +0000 Received: by padhk6 with SMTP id hk6so6071120pad.2; Wed, 25 Nov 2015 00:00:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=oVaJLwMTZBxI3xlXpJYFpUfcxwzDMkGARj8OWLXbZQc=; b=YOouMiEAocSddgy1TLQhcnZqVLSwTJ9ZWZnPWlkWP1xTo+HNTi/FG2EBlZZoFYlqAr AuY2CMczjvVxmunA4p2hDBF0GMa41LIVxIAOexvZOLuc4uwKXlGkKjZmlSsLOMYGPZBL olmRLlKpZxcMCrpdc/UdwvrO/qGUFFuZLmQM62UDFZ8tAKq/FgAEd0vVUnZu5Rw1CEj0 IZ1OcQ9EBAMDO+1cH7k9K+RjPEGjh9WXYWX+DdoLZp7An26ZzGKt6jPUGCfM0oxz1s8P qMebB5qoT90XhHp4OZH9AkdRnYVB/4TRUC8tIkF988DzQgv6dqIhVsKsjDcuYCG/sFjh mqjw== X-Received: by 10.66.160.229 with SMTP id xn5mr49702716pab.0.1448438423143; Wed, 25 Nov 2015 00:00:23 -0800 (PST) Received: from localhost.localdomain ([103.47.144.167]) by smtp.gmail.com with ESMTPSA id m70sm18863118pfi.65.2015.11.25.00.00.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 25 Nov 2015 00:00:22 -0800 (PST) From: Caesar Wang To: Eduardo Valentin Subject: [PATCH 1/5] thermal: rockchip: fix a trivial typo Date: Wed, 25 Nov 2015 15:59:33 +0800 Message-Id: <1448438377-29203-2-git-send-email-wxt@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1448438377-29203-1-git-send-email-wxt@rock-chips.com> References: <1448438377-29203-1-git-send-email-wxt@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151125_000044_171329_E8D838D9 X-CRM114-Status: UNSURE ( 8.74 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.4 (--) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jiri Kosina , Heiko Stuebner , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Zhang Rui , Dan Carpenter , Caesar Wang MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Caesar Wang --- drivers/thermal/rockchip_thermal.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/thermal/rockchip_thermal.c b/drivers/thermal/rockchip_thermal.c index e845841..85a7930 100644 --- a/drivers/thermal/rockchip_thermal.c +++ b/drivers/thermal/rockchip_thermal.c @@ -57,10 +57,10 @@ enum sensor_id { }; /** -* The conversion table has the adc value and temperature. -* ADC_DECREMENT is the adc value decremnet.(e.g. v2_code_table) -* ADC_INCREMNET is the adc value incremnet.(e.g. v3_code_table) -*/ + * The conversion table has the adc value and temperature. + * ADC_DECREMENT is the adc value decrement.(e.g. v2_code_table) + * ADC_INCREMNET is the adc value increment.(e.g. v3_code_table) + */ enum adc_sort_mode { ADC_DECREMENT = 0, ADC_INCREMENT, @@ -617,7 +617,7 @@ rockchip_thermal_register_sensor(struct platform_device *pdev, return 0; } -/* +/** * Reset TSADC Controller, reset all tsadc registers. */ static void rockchip_thermal_reset_controller(struct reset_control *reset)