Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp1894926ybc; Wed, 20 Nov 2019 05:53:43 -0800 (PST) X-Google-Smtp-Source: APXvYqxbFBjLYL0UTX73EhT0Z878R+4MGiUAJe7dLcc1k1jKDCprNuHO28O1RFcILH56WUOrU+lf X-Received: by 2002:a7b:c211:: with SMTP id x17mr3256159wmi.71.1574258023089; Wed, 20 Nov 2019 05:53:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574258023; cv=none; d=google.com; s=arc-20160816; b=mrrW8XoF0aOLB7ttxizrC+gnZMg8Eu79kOajlIji3//fqff7S6tnj/y7vFnpSiIv8k u3e0SdBO8nSRMWuHJpnrdwQwc4ruE/q/NklpgAA50fNTINSTbTOHucewTNeugQnY912E kAIeOPY+SBXzxfFEzqrcXVnU5HOpHkugvDA5KAd5Znov0bUTgJjbsr6GSVLfT26mVL43 k2593Wop3J4ajLOAx9H7QDX2d8W3umHhE3NODMOD6EMrx22gnA7JcVl1TyIfjlxTIbTg i/ApZYtvrVtDGmkiIWfgAYD+O2EK3XgOUropWUNlKOLR0c+hExrizIdnPOK69GRB9KXY rOKA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :dkim-signature; bh=da+upFGothg9Yu12n1ngvajAenNYnRk2sn85Hsi2G2I=; b=ZxJwQbNJxYY+CASiEpiVd0uR8nriNk5Ggjoano9rUvGwPFWuTmoff0cg9d41HEZXQt NkpfxEyU5T6wJcscgAqvb9uzDygHKcyak4/O+YlKmvIlbY9U3blr/GPd7pofOjU2Za+o YDDcN/dTxQvfZsRD86BhD/Ko+azCRmvAmWV02TqophqepmKJBGsYF2hXVN1iEXr49b7c w0IWp3OTQLRgBEjaVeHhjGEhc9NsBg4hotQodx5GQNiTBsQgZnz/V1SJadxoYhGQzm8X n1rKd0GiYX3D4JS/9JHoE+dKCy5Cr1i9NWOQ23/a7wHaMYVJHSuRLuQmtmZEC0eA+q7B ZDrg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="GpUgyiz/"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o28si18497459edc.353.2019.11.20.05.53.18; Wed, 20 Nov 2019 05:53:43 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="GpUgyiz/"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731358AbfKTNlT (ORCPT + 99 others); Wed, 20 Nov 2019 08:41:19 -0500 Received: from mail.kernel.org ([198.145.29.99]:49044 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731345AbfKTNlQ (ORCPT ); Wed, 20 Nov 2019 08:41:16 -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 CD670224FC; Wed, 20 Nov 2019 13:41:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574257274; bh=QMt/9sM/Cr69KFoh7gNUZgDY5vce/DxM6f8X5cqS0Fs=; h=From:To:Cc:Subject:Date:From; b=GpUgyiz/QkIj7LHGXOHz+iU2cAIlFYgHvgFy3wGEIlk4Y4UdPi2yH64R6xgyl+CWp UQtLBNqWHNx9Gz71uiRl/QAW3ktOZ63KvxyIDRNVH4/0aTt6VDK0KVT8fqJOaUUxag KLJF8rDSqBKO+dmBFmabRsIQhSDnLoc+ph5UYCv0= From: Krzysztof Kozlowski To: linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Alasdair Kergon , Mike Snitzer , dm-devel@redhat.com, Song Liu , linux-raid@vger.kernel.org Subject: [PATCH] md: Fix Kconfig indentation Date: Wed, 20 Nov 2019 21:41:10 +0800 Message-Id: <20191120134110.14859-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 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 --- drivers/md/Kconfig | 54 +++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index aa98953f4462..d6d5ab23c088 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -38,9 +38,9 @@ config MD_AUTODETECT default y ---help--- If you say Y here, then the kernel will try to autodetect raid - arrays as part of its boot process. + arrays as part of its boot process. - If you don't use raid and say Y, this autodetection can cause + If you don't use raid and say Y, this autodetection can cause a several-second delay in the boot time due to various synchronisation steps that are part of this step. @@ -290,7 +290,7 @@ config DM_SNAPSHOT depends on BLK_DEV_DM select DM_BUFIO ---help--- - Allow volume managers to take writable snapshots of a device. + Allow volume managers to take writable snapshots of a device. config DM_THIN_PROVISIONING tristate "Thin provisioning target" @@ -298,7 +298,7 @@ config DM_THIN_PROVISIONING select DM_PERSISTENT_DATA select DM_BIO_PRISON ---help--- - Provides thin provisioning and snapshots that share a data store. + Provides thin provisioning and snapshots that share a data store. config DM_CACHE tristate "Cache target (EXPERIMENTAL)" @@ -307,23 +307,23 @@ config DM_CACHE select DM_PERSISTENT_DATA select DM_BIO_PRISON ---help--- - dm-cache attempts to improve performance of a block device by - moving frequently used data to a smaller, higher performance - device. Different 'policy' plugins can be used to change the - algorithms used to select which blocks are promoted, demoted, - cleaned etc. It supports writeback and writethrough modes. + dm-cache attempts to improve performance of a block device by + moving frequently used data to a smaller, higher performance + device. Different 'policy' plugins can be used to change the + algorithms used to select which blocks are promoted, demoted, + cleaned etc. It supports writeback and writethrough modes. config DM_CACHE_SMQ tristate "Stochastic MQ Cache Policy (EXPERIMENTAL)" depends on DM_CACHE default y ---help--- - A cache policy that uses a multiqueue ordered by recent hits - to select which blocks should be promoted and demoted. - This is meant to be a general purpose policy. It prioritises - reads over writes. This SMQ policy (vs MQ) offers the promise - of less memory utilization, improved performance and increased - adaptability in the face of changing workloads. + A cache policy that uses a multiqueue ordered by recent hits + to select which blocks should be promoted and demoted. + This is meant to be a general purpose policy. It prioritises + reads over writes. This SMQ policy (vs MQ) offers the promise + of less memory utilization, improved performance and increased + adaptability in the face of changing workloads. config DM_WRITECACHE tristate "Writecache target" @@ -343,9 +343,9 @@ config DM_ERA select DM_PERSISTENT_DATA select DM_BIO_PRISON ---help--- - dm-era tracks which parts of a block device are written to - over time. Useful for maintaining cache coherency when using - vendor snapshots. + dm-era tracks which parts of a block device are written to + over time. Useful for maintaining cache coherency when using + vendor snapshots. config DM_CLONE tristate "Clone target (EXPERIMENTAL)" @@ -353,20 +353,20 @@ config DM_CLONE default n select DM_PERSISTENT_DATA ---help--- - dm-clone produces a one-to-one copy of an existing, read-only source - device into a writable destination device. The cloned device is - visible/mountable immediately and the copy of the source device to the - destination device happens in the background, in parallel with user - I/O. + dm-clone produces a one-to-one copy of an existing, read-only source + device into a writable destination device. The cloned device is + visible/mountable immediately and the copy of the source device to the + destination device happens in the background, in parallel with user + I/O. - If unsure, say N. + If unsure, say N. config DM_MIRROR tristate "Mirror target" depends on BLK_DEV_DM ---help--- - Allow volume managers to mirror logical volumes, also - needed for live data migration tools such as 'pvmove'. + Allow volume managers to mirror logical volumes, also + needed for live data migration tools such as 'pvmove'. config DM_LOG_USERSPACE tristate "Mirror userspace logging" @@ -483,7 +483,7 @@ config DM_FLAKEY tristate "Flakey target" depends on BLK_DEV_DM ---help--- - A target that intermittently fails I/O for debugging purposes. + A target that intermittently fails I/O for debugging purposes. config DM_VERITY tristate "Verity target support" -- 2.17.1