[PATCH] nfs: Fix Kconfig indentation

From: Krzysztof Kozlowski
Date: Wed Nov 20 2019 - 08:43:38 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/nfs/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
index 295a7a21b774..3edf122b8044 100644
--- a/fs/nfs/Kconfig
+++ b/fs/nfs/Kconfig
@@ -147,10 +147,10 @@ config NFS_V4_1_MIGRATION
default n
help
This option makes the NFS client advertise to NFSv4.1 servers that
- it can support NFSv4 migration.
+ it can support NFSv4 migration.

- The NFSv4.1 pieces of the Linux NFSv4 migration implementation are
- still experimental. If you are not an NFSv4 developer, say N here.
+ The NFSv4.1 pieces of the Linux NFSv4 migration implementation are
+ still experimental. If you are not an NFSv4 developer, say N here.

config NFS_V4_SECURITY_LABEL
bool
--
2.17.1