From patchwork Wed Nov 20 13:41:01 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11253917 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 66A50109A for ; Wed, 20 Nov 2019 13:41:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4823322529 for ; Wed, 20 Nov 2019 13:41:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574257267; bh=fK6N4bmS3Tzb3Vf/HY/FY3CiI/zKE/77M0yzIbf4RjE=; h=From:To:Cc:Subject:Date:List-ID:From; b=g+ZxlLX14hIaUmRKMMGN47bE3PdgfCy7X6+A0m0OM0rV4moVUHLeadKkLOH31dFYO 26AvAE8f4Yd22GoRHRUeQIUx+7dlrO1+UgpXzoZQzJkHwbR2ALDTBqmfa6GnvhK81z 43ZAY4GNWfKdiPRtHfst49kxbmthxsJhbBXJvbec= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731253AbfKTNlG (ORCPT ); Wed, 20 Nov 2019 08:41:06 -0500 Received: from mail.kernel.org ([198.145.29.99]:48916 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729146AbfKTNlG (ORCPT ); Wed, 20 Nov 2019 08:41:06 -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 AAC93224FC; Wed, 20 Nov 2019 13:41:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574257265; bh=fK6N4bmS3Tzb3Vf/HY/FY3CiI/zKE/77M0yzIbf4RjE=; h=From:To:Cc:Subject:Date:From; b=Xr8VgbTwDLQjMwVz6aWqjyOwN08YfxLZq5L7XBqL328/QlZPUL3t+D8ruupjCcWka sCQCYI5t36twzlEX4GWevejh59yIQcodY9BF9eLeciJwceoN+6AI7Gx6P1hjDui7gc 9nUgAIQ0mKORaJDf8rUXT3Kcn9Jdc53LJWj+CY5A= From: Krzysztof Kozlowski To: linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Maxim Levitsky , Alex Dubov , Ulf Hansson , linux-mmc@vger.kernel.org Subject: [PATCH] memstick: Fix Kconfig indentation Date: Wed, 20 Nov 2019 21:41:01 +0800 Message-Id: <20191120134101.14738-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@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/memstick/core/Kconfig | 18 +++++++++--------- drivers/memstick/host/Kconfig | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/memstick/core/Kconfig b/drivers/memstick/core/Kconfig index 516f454fde14..08192fd70eb4 100644 --- a/drivers/memstick/core/Kconfig +++ b/drivers/memstick/core/Kconfig @@ -6,16 +6,16 @@ comment "MemoryStick drivers" config MEMSTICK_UNSAFE_RESUME - bool "Allow unsafe resume (DANGEROUS)" - help - If you say Y here, the MemoryStick layer will assume that all - cards stayed in their respective slots during the suspend. The - normal behaviour is to remove them at suspend and - redetecting them at resume. Breaking this assumption will - in most cases result in data corruption. + bool "Allow unsafe resume (DANGEROUS)" + help + If you say Y here, the MemoryStick layer will assume that all + cards stayed in their respective slots during the suspend. The + normal behaviour is to remove them at suspend and + redetecting them at resume. Breaking this assumption will + in most cases result in data corruption. - This option is usually just for embedded systems which use - a MemoryStick card for rootfs. Most people should say N here. + This option is usually just for embedded systems which use + a MemoryStick card for rootfs. Most people should say N here. config MSPRO_BLOCK tristate "MemoryStick Pro block device driver" diff --git a/drivers/memstick/host/Kconfig b/drivers/memstick/host/Kconfig index 446c93ecef8f..4113343da056 100644 --- a/drivers/memstick/host/Kconfig +++ b/drivers/memstick/host/Kconfig @@ -18,7 +18,7 @@ config MEMSTICK_TIFM_MS 'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support (TIFM_7XX1)'. - To compile this driver as a module, choose M here: the + To compile this driver as a module, choose M here: the module will be called tifm_ms. config MEMSTICK_JMICRON_38X @@ -29,7 +29,7 @@ config MEMSTICK_JMICRON_38X Say Y here if you want to be able to access MemoryStick cards with the JMicron(R) JMB38X MemoryStick card reader. - To compile this driver as a module, choose M here: the + To compile this driver as a module, choose M here: the module will be called jmb38x_ms. config MEMSTICK_R592