From patchwork Mon Feb 9 21:34:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Valentin X-Patchwork-Id: 5804341 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 0AC95BF440 for ; Tue, 10 Feb 2015 00:40:34 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 424832011E for ; Tue, 10 Feb 2015 00:40:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 628032010C for ; Tue, 10 Feb 2015 00:40:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933859AbbBJAiR (ORCPT ); Mon, 9 Feb 2015 19:38:17 -0500 Received: from mail-pd0-f175.google.com ([209.85.192.175]:36306 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933851AbbBJAiO (ORCPT ); Mon, 9 Feb 2015 19:38:14 -0500 Received: by pdjp10 with SMTP id p10so24949797pdj.3; Mon, 09 Feb 2015 16:38:13 -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=PO7lDsRNJr2GAdZVczQ+w53eBm60HBhNS9aKfDCLsTk=; b=SWU6oxnOHFVuX3dwvz7ty0eGuVGmh7ZjHotA5iUPG8w+Z52ieRbp7asgg44HnoUHEz a9Ax9sE+OBm84nR/1WnLzNytsyqjGWGupZzzY+JOlZcuiYXcpqpxI8B0n1AOuITsXpIz uaTOFGn/ts99Tn6cIiU4/sg3KLCpTAXMLFY53gRQLzrUcST5p196X+gQBf5QaT+IxImn OXHq2BFge9Hn5Qj8pwY7AnK/yL4rG5A0kIt2IoylajeL1FsuKGQQ6xZ/R3zss2/zJbqK BF5x/n1So1lshBTbHccXH+6DBN4+x5N+DnTd5YWcNsmh0TVzK6trSPwV77+9G7UEXrBc lo3A== X-Received: by 10.66.254.1 with SMTP id ae1mr33010137pad.107.1423528693647; Mon, 09 Feb 2015 16:38:13 -0800 (PST) Received: from localhost (amazon.gigabitethernet4-0-6.asr1.snv2.gblx.net. [64.211.110.86]) by mx.google.com with ESMTPSA id dy3sm9145936pab.33.2015.02.09.16.38.09 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128/128); Mon, 09 Feb 2015 16:38:12 -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 05/12] thermal: thermal.h: minor kernel doc fix Date: Mon, 9 Feb 2015 17:34:06 -0400 Message-Id: <1423517653-11359-6-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=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 s/scallbacks/callbacks/g Signed-off-by: Eduardo Valentin --- include/linux/thermal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/thermal.h b/include/linux/thermal.h index fc52e30..46c16a0 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h @@ -261,7 +261,7 @@ struct thermal_genl_event { }; /** - * struct thermal_zone_of_device_ops - scallbacks for handling DT based zones + * struct thermal_zone_of_device_ops - callbacks for handling DT based zones * * Mandatory: * @get_temp: a pointer to a function that reads the sensor temperature.