[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20191120134314.16412-1-krzk@kernel.org>
Date: Wed, 20 Nov 2019 21:43:14 +0800
From: Krzysztof Kozlowski <krzk@...nel.org>
To: linux-kernel@...r.kernel.org
Cc: Krzysztof Kozlowski <krzk@...nel.org>,
Evgeniy Dushistov <dushistov@...l.ru>
Subject: [PATCH] ufs: Fix Kconfig indentation
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 <krzk@...nel.org>
---
fs/ufs/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/ufs/Kconfig b/fs/ufs/Kconfig
index 6d30adb6b890..f1f725c5a28c 100644
--- a/fs/ufs/Kconfig
+++ b/fs/ufs/Kconfig
@@ -11,8 +11,8 @@ config UFS_FS
experimental "UFS file system write support", below. Please read the
file <file:Documentation/admin-guide/ufs.rst> for more information.
- The recently released UFS2 variant (used in FreeBSD 5.x) is
- READ-ONLY supported.
+ The recently released UFS2 variant (used in FreeBSD 5.x) is
+ READ-ONLY supported.
Note that this option is generally not needed for floppies, since a
good portable way to transport files and directories between unixes
--
2.17.1
Powered by blists - more mailing lists