From patchwork Fri Sep 27 18:20:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luka Perkov X-Patchwork-Id: 2956561 X-Patchwork-Delegate: rui.zhang@intel.com Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id ED8429F289 for ; Fri, 27 Sep 2013 18:21:10 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C485C201F5 for ; Fri, 27 Sep 2013 18:21:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 00FC1201E4 for ; Fri, 27 Sep 2013 18:21:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754338Ab3I0SVE (ORCPT ); Fri, 27 Sep 2013 14:21:04 -0400 Received: from arrakis.dune.hu ([78.24.191.176]:37431 "EHLO arrakis.dune.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754125Ab3I0SVD (ORCPT ); Fri, 27 Sep 2013 14:21:03 -0400 Received: from localhost (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id D3BBF280516; Fri, 27 Sep 2013 20:19:59 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-9.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Virus-Scanned: at arrakis.dune.hu Received: from w500.lan (213-191-157-53.dhcp.iskon.hr [213.191.157.53]) by arrakis.dune.hu (Postfix) with ESMTPSA id 7F1392802B6; Fri, 27 Sep 2013 20:19:56 +0200 (CEST) From: Luka Perkov To: linux-pm@vger.kernel.org Cc: Luka Perkov , Randy Dunlap Subject: [PATCH v2] thermal: Kconfig: cosmetic fixes Date: Fri, 27 Sep 2013 20:20:33 +0200 Message-Id: <1380306033-20325-1-git-send-email-luka@openwrt.org> X-Mailer: git-send-email 1.8.4 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fix typo, finish sentence and add missing dots. Signed-off-by: Luka Perkov CC: Randy Dunlap Acked-by: Eduardo Valentin --- drivers/thermal/Kconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) v1 -> v2: * address Randy's comment about unfinished sentence diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index dbfc390..3910b09 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -56,7 +56,7 @@ config THERMAL_DEFAULT_GOV_USER_SPACE select THERMAL_GOV_USER_SPACE help Select this if you want to let the user space manage the - lpatform thermals. + platform thermals. endchoice @@ -69,6 +69,7 @@ config THERMAL_GOV_STEP_WISE bool "Step_wise thermal governor" help Enable this to manage platform thermals using a simple linear + governor. config THERMAL_GOV_USER_SPACE bool "User_space thermal governor" @@ -117,14 +118,14 @@ config SPEAR_THERMAL depends on OF help Enable this to plug the SPEAr thermal sensor driver into the Linux - thermal framework + thermal framework. config RCAR_THERMAL tristate "Renesas R-Car thermal driver" depends on ARCH_SHMOBILE help Enable this to plug the R-Car thermal sensor driver into the Linux - thermal framework + thermal framework. config KIRKWOOD_THERMAL tristate "Temperature sensor on Marvell Kirkwood SoCs"