aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/Kconfig
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2019-11-20 21:43:32 +0800
committerMiklos Szeredi <mszeredi@redhat.com>2019-11-27 09:35:20 +0100
commit8d66fcb7488486bf144eab852e87e03a45e0fd3a (patch)
tree223a8db75c855d294ec82bd67bc4d5c130c3a368 /fs/fuse/Kconfig
parentfuse: fix leak of fuse_io_priv (diff)
downloadlinux-dev-8d66fcb7488486bf144eab852e87e03a45e0fd3a.tar.xz
linux-dev-8d66fcb7488486bf144eab852e87e03a45e0fd3a.zip
fuse: 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@kernel.org> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/fuse/Kconfig')
-rw-r--r--fs/fuse/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/fuse/Kconfig b/fs/fuse/Kconfig
index 0635cba19971..eb2a585572dc 100644
--- a/fs/fuse/Kconfig
+++ b/fs/fuse/Kconfig
@@ -34,7 +34,7 @@ config VIRTIO_FS
select VIRTIO
help
The Virtio Filesystem allows guests to mount file systems from the
- host.
+ host.
If you want to share files between guests or with the host, answer Y
- or M.
+ or M.