From patchwork Wed Nov 20 13:42:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11253945 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 303F4109A for ; Wed, 20 Nov 2019 13:42:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1183322528 for ; Wed, 20 Nov 2019 13:42:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574257358; bh=zx31EvXJSrPvIZNUnpzsdNJ1bY9onSBR7VNrN6mC6WI=; h=From:To:Cc:Subject:Date:List-ID:From; b=PbH4pJqVDgrY9xdw+X9BzGJLnco1ictq/DSRqAjORdPLa7WJxtINEDuRBPpTjYMoD U/LeUBA3I4WYm3NnjSgfv8bobAB48DbpcNCJyMoVx/RwyHNWV4SLDK616/Gbfz0PZu onAUkiRsbkR4JjM3dmiE8Uzima7Esh9JvZrK+jSM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730529AbfKTNmh (ORCPT ); Wed, 20 Nov 2019 08:42:37 -0500 Received: from mail.kernel.org ([198.145.29.99]:50442 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728149AbfKTNmg (ORCPT ); Wed, 20 Nov 2019 08:42:36 -0500 Received: from localhost.localdomain (unknown [118.189.143.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BF08F22528; Wed, 20 Nov 2019 13:42:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574257356; bh=zx31EvXJSrPvIZNUnpzsdNJ1bY9onSBR7VNrN6mC6WI=; h=From:To:Cc:Subject:Date:From; b=TrnrKIHzgXXYdi+5nPmPs/ScaG6071kY6vHoapRWHJenm8mMr6uFZl+WiI/e7M2sf oBm5Y+Emp3PCODq4Fe16WC3HXlY2y1b4ixtHQEDAcK0G3hB/t7LFEc5UsFIu+OIW30 sAV5qaGA6NzMbkpYki2U/fjMkGC2vthPzTMxK8Co= From: Krzysztof Kozlowski To: linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , "Rafael J. Wysocki" , Viresh Kumar , linux-pm@vger.kernel.org Subject: [PATCH] cpufreq: Fix Kconfig indentation Date: Wed, 20 Nov 2019 21:42:32 +0800 Message-Id: <20191120134232.15900-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski Acked-by: Viresh Kumar --- drivers/cpufreq/Kconfig.x86 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/cpufreq/Kconfig.x86 b/drivers/cpufreq/Kconfig.x86 index dfa6457deaf6..6eec6ccb14cb 100644 --- a/drivers/cpufreq/Kconfig.x86 +++ b/drivers/cpufreq/Kconfig.x86 @@ -9,12 +9,12 @@ config X86_INTEL_PSTATE select ACPI_PROCESSOR if ACPI select ACPI_CPPC_LIB if X86_64 && ACPI && SCHED_MC_PRIO help - This driver provides a P state for Intel core processors. + This driver provides a P state for Intel core processors. The driver implements an internal governor and will become - the scaling driver and governor for Sandy bridge processors. + the scaling driver and governor for Sandy bridge processors. When this driver is enabled it will become the preferred - scaling driver for Sandy bridge processors. + scaling driver for Sandy bridge processors. If in doubt, say N.