From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76902C432C0 for ; Thu, 21 Nov 2019 03:20:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 448A9208C3 for ; Thu, 21 Nov 2019 03:20:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574306451; bh=NjVI8odmttsECwSZARjFEDrBXK5my+3emM678PTtG94=; h=From:To:Cc:Subject:Date:List-ID:From; b=xydao3yBO0MdyJW5zlhvf9Ikx2oZ/BmkiX+zdRb5jbIyISODEAtKeFcc3NhCmVc4z /+o3GYxK1h8j4dSKY5fzVAxyJcQ7wYapTCFB2+V9VM3tLRv7Zjn1KO9h95DjPCggJV lWBmAyuJz36noURn1kPdDSUG0smD7gI9xvNZY2Sc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727604AbfKUDUu (ORCPT ); Wed, 20 Nov 2019 22:20:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:34664 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727590AbfKUDUs (ORCPT ); Wed, 20 Nov 2019 22:20:48 -0500 Received: from PC-kkoz.proceq.com (unknown [213.160.61.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BD5B8208A3; Thu, 21 Nov 2019 03:20:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574306447; bh=NjVI8odmttsECwSZARjFEDrBXK5my+3emM678PTtG94=; h=From:To:Cc:Subject:Date:From; b=WQZK6cMtaWkIJOSMao3ywIh41eaZr/u5Q+zJRP2Ygdiih7Vut5cuyF2oorTeQxGlh 8UhcwkSQ7REj+BI1zv0UYiC6enciol0rMqllbx5yAPsRoQCYcITn7fO/0tfEWxY6z2 pnake7TWOhdy79laqUJpRXpKzt7Hkz/srqWieYx8= From: Krzysztof Kozlowski To: linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Jens Axboe , linux-ide@vger.kernel.org Subject: [PATCH v2] ata: Fix Kconfig indentation Date: Thu, 21 Nov 2019 04:20:44 +0100 Message-Id: <1574306444-30831-1-git-send-email-krzk@kernel.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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 --- Changes since v1: 1. Fix also 7-space and tab+1 space indentation issues. --- drivers/ata/Kconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index a6beb2c5a692..c9132177faee 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -32,7 +32,7 @@ menuconfig ATA if ATA config ATA_NONSTANDARD - bool + bool config ATA_VERBOSE_ERROR bool "Verbose ATA error reporting" @@ -695,7 +695,7 @@ config PATA_IMX depends on ARCH_MXC help This option enables support for the PATA host available on Freescale - iMX SoCs. + iMX SoCs. If unsure, say N. @@ -704,7 +704,7 @@ config PATA_IT8213 depends on PCI help This option enables support for the ITE 821 PATA - controllers via the new ATA layer. + controllers via the new ATA layer. If unsure, say N. @@ -732,9 +732,9 @@ config PATA_MACIO depends on PPC_PMAC help Most IDE capable PowerMacs have IDE busses driven by a variant - of this controller which is part of the Apple chipset used on - most PowerMac models. Some models have multiple busses using - different chipsets, though generally, MacIO is one of them. + of this controller which is part of the Apple chipset used on + most PowerMac models. Some models have multiple busses using + different chipsets, though generally, MacIO is one of them. config PATA_MARVELL tristate "Marvell PATA support via legacy mode" @@ -915,7 +915,7 @@ config PATA_PXA This option enables support for harddrive attached to PXA CPU's bus. NOTE: This driver utilizes PXA DMA controller, in case your hardware - is not capable of doing MWDMA, use pata_platform instead. + is not capable of doing MWDMA, use pata_platform instead. If unsure, say N. -- 2.7.4