From patchwork Mon Feb 9 21:34:07 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Valentin X-Patchwork-Id: 5804331 Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id CED40BF440 for ; Tue, 10 Feb 2015 00:40:16 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 063822011E for ; Tue, 10 Feb 2015 00:40:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 395C22011D for ; Tue, 10 Feb 2015 00:40:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933889AbbBJAiX (ORCPT ); Mon, 9 Feb 2015 19:38:23 -0500 Received: from mail-pd0-f181.google.com ([209.85.192.181]:42222 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933851AbbBJAiU (ORCPT ); Mon, 9 Feb 2015 19:38:20 -0500 Received: by pdbfp1 with SMTP id fp1so4335782pdb.9; Mon, 09 Feb 2015 16:38:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=o93qq2eUNrCJXsiFh3hoxKUg5ywzw0K6CuoigTqUMC8=; b=fFFbzo9xJw3YguPGm1miWbpK9ciIQawUFCon5r0PcFmzyA0llYhCGig+4VE6mjWt5S hxwfnxhEt2a3fEhcjcXferDIX5wvBpkmpraAn82AUs/TZi7DAIko+MmcFZ5K+sKg/d78 QyNzcD1gO1VTPHDmolTKfuN6Cj/DfvVtvF4VRow935THXCrSxJ5e/0f1k1QIr/I9ua/+ jDt0NE8ioeJlRKsynBfJafaJJ7a0jwFDGrYRHtN3fo0ujSWtfInFZMtiVl1GanpnJnNY Eop913N91D6aAaPsrbDN/HXGzNFzLR9TQtZn9AikKzL0Feq+KIoVjVeP9lpxynLah6xX mBYQ== X-Received: by 10.68.231.130 with SMTP id tg2mr33197206pbc.32.1423528699924; Mon, 09 Feb 2015 16:38:19 -0800 (PST) Received: from localhost (amazon.gigabitethernet4-0-6.asr1.snv2.gblx.net. [64.211.110.86]) by mx.google.com with ESMTPSA id ot3sm15149066pdb.48.2015.02.09.16.38.17 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128/128); Mon, 09 Feb 2015 16:38:18 -0800 (PST) From: Eduardo Valentin To: Rui Zhang , ezequiel.garcia@free-electrons.com, amit.kachhap@linaro.org, viresh.kumar@linaro.org, amit.daniel@samsung.com, hongbo.zhang@linaro.com, andrew@lunn.ch, durgadoss.r@intel.com, peter@piie.net, shawn.guo@linaro.org, aaron.lu@intel.com, caesar.wang@rock-chips.com, b.zolnierkie@samsung.com, l.majewski@samsung.com, vincenzo.frascino@st.com, mperttunen@nvidia.com, mikko.perttunen@kapsi.fi, srinivas.pandruvada@linux.intel.com, jacob.jun.pan@linux.intel.com, bcousson@baylibre.com Cc: LKML , Linux PM , Eduardo Valentin Subject: [PATCH RFC 06/12] thermal: thermal_core: correct kernel doc wording on thermal_zone_get_temp Date: Mon, 9 Feb 2015 17:34:07 -0400 Message-Id: <1423517653-11359-7-git-send-email-edubezval@gmail.com> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1423517653-11359-1-git-send-email-edubezval@gmail.com> References: <1423517653-11359-1-git-send-email-edubezval@gmail.com> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00, DATE_IN_PAST_03_06, DKIM_ADSP_CUSTOM_MED,DKIM_SIGNED,FREEMAIL_FROM,RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 Fix summary wording on thermal_zone_get_temp kernel doc. Signed-off-by: Eduardo Valentin --- drivers/thermal/thermal_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c index 87e0b07..846b68a 100644 --- a/drivers/thermal/thermal_core.c +++ b/drivers/thermal/thermal_core.c @@ -402,7 +402,7 @@ static void handle_thermal_trip(struct thermal_zone_device *tz, int trip) } /** - * thermal_zone_get_temp() - returns its the temperature of thermal zone + * thermal_zone_get_temp() - returns the temperature of thermal zone * @tz: a valid pointer to a struct thermal_zone_device * @temp: a valid pointer to where to store the resulting temperature. *