[PATCH] ufs: Fix Kconfig indentation

From: Krzysztof Kozlowski
Date: Wed Nov 20 2019 - 08:43:21 EST


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@xxxxxxxxxx>
---
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