From patchwork Wed Nov 20 13:36:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11253853 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 5ED2A109A for ; Wed, 20 Nov 2019 13:37:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3F8B022527 for ; Wed, 20 Nov 2019 13:37:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574257028; bh=j2YAYXvroo9OHO+N+68fsKVGN+xoU/UWYxOEmQQo7QA=; h=From:To:Cc:Subject:Date:List-ID:From; b=kX5veVoglrhlUuuNrMpi9A16Sl0wr/qzIPOW5P95Suhwg+OWPzJF3qwb2HUNPH0Fu l1o3SwRWQFWU3ptNYZ1XQ/BOhgNs2mM9uB2TABd/a3VpUEflOrK+yQp2k00wddVXid frUZFFTmwSDnMoo65vP6QbyFZN91nl+GzZk7njWY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728149AbfKTNhD (ORCPT ); Wed, 20 Nov 2019 08:37:03 -0500 Received: from mail.kernel.org ([198.145.29.99]:43828 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730864AbfKTNhD (ORCPT ); Wed, 20 Nov 2019 08:37:03 -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 A41E622526; Wed, 20 Nov 2019 13:37:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574257022; bh=j2YAYXvroo9OHO+N+68fsKVGN+xoU/UWYxOEmQQo7QA=; h=From:To:Cc:Subject:Date:From; b=bt+FokNz1Zvtzm0uVb6kHOb9G3/qWKYi3k/0YFRQKUXLPKyZIQRuKXskhRXPYMflF ZRTrtPUgHdIwbLLg7ariJtLgXFHwdiOkFWTuQqtyd8AQW4cucI0t8eEXN8nXoZTkmY vWn/dz8eRjE2wQDG1N1ug0LW76JC7n3pIf31fbE0= From: Krzysztof Kozlowski To: linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Yoshinori Sato , Rich Felker , linux-sh@vger.kernel.org Subject: [PATCH] sh: Fix Kconfig indentation Date: Wed, 20 Nov 2019 21:36:59 +0800 Message-Id: <20191120133659.11893-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@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 --- arch/sh/boards/Kconfig | 2 +- arch/sh/mm/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index cee24c308337..60a113114a76 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig @@ -231,7 +231,7 @@ config SH_MIGOR select REGULATOR_FIXED_VOLTAGE if REGULATOR help Select Migo-R if configuring for the SH7722 Migo-R platform - by Renesas System Solutions Asia Pte. Ltd. + by Renesas System Solutions Asia Pte. Ltd. config SH_AP325RXA bool "AP-325RXA" diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 5c8a2ebfc720..d84316abaa81 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig @@ -2,7 +2,7 @@ menu "Memory management options" config MMU - bool "Support for memory management hardware" + bool "Support for memory management hardware" depends on !CPU_SH2 default y help