From patchwork Wed Oct 9 08:49:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abelardo Ricart X-Patchwork-Id: 3007701 X-Patchwork-Delegate: rui.zhang@intel.com 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.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 5C3A2BF924 for ; Wed, 9 Oct 2013 08:50:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D14012018C for ; Wed, 9 Oct 2013 08:50:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3618D20166 for ; Wed, 9 Oct 2013 08:50:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751676Ab3JIIuH (ORCPT ); Wed, 9 Oct 2013 04:50:07 -0400 Received: from mail-pb0-f49.google.com ([209.85.160.49]:35394 "EHLO mail-pb0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752497Ab3JIIuF (ORCPT ); Wed, 9 Oct 2013 04:50:05 -0400 Received: by mail-pb0-f49.google.com with SMTP id xb4so588630pbc.36 for ; Wed, 09 Oct 2013 01:50:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=jZp7Mbhodvd7kA+ge/XI5sDU2N7KBGu2Wz0fKmPX6VA=; b=U0D0/U1BzhcGe8FnjhhDsm1J6d/KcR9w1SDgc07x2qDihvCewW4J+LN3S3S5DwFNzy xD2s1tjdCNAo6NIVVYxZd0SzVAM/JxuYUai+g5Xi9wfhBok8gdlG8hKuTLuQieFTGflS xZGC9eja2s6htv2/kahZptgP+77WMa9W2+K1MMc02nNmPbK9XIkLZar5r/uOOfbSA5u5 v0kQQ42tW/YaB42+fqmksYN7pY6A6YgCMhmd8Jvv5JoVl8XbTZWrp5IY7J70mNvbTDCn Oar2DMWk6jglOaYZW+qsq9XkvPU8S1Snc5er1Y3gn9j6fbTSoLTbXdOGQh6x6n+UVSsN ld5A== X-Received: by 10.66.162.195 with SMTP id yc3mr8242138pab.64.1381308604669; Wed, 09 Oct 2013 01:50:04 -0700 (PDT) Received: from localhost.localdomain (61-220-97-57.HINET-IP.hinet.net. [61.220.97.57]) by mx.google.com with ESMTPSA id ja5sm45172688pbc.14.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Oct 2013 01:50:03 -0700 (PDT) From: Abelardo Ricart To: linux-pm@vger.kernel.org Cc: trivial@kernel.org, linux-kernel@vger.kernel.org, Abelardo Ricart Subject: [PATCH] Thermal: Fix Step-wise governor Kconfig help text Date: Wed, 9 Oct 2013 17:49:47 +0900 Message-Id: <1381308587-25460-1-git-send-email-aricart@gmail.com> 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-Spam-Status: No, score=-7.0 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 Trivial fix for the help text of THERMAL_GOV_STEP_WISE. Signed-off-by: Abelardo Ricart --- drivers/thermal/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index dbfc390..29007bd 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -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 + throttling algorithm. config THERMAL_GOV_USER_SPACE bool "User_space thermal governor"