OSDN Git Service

fuse: fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 20 Nov 2019 13:43:32 +0000 (21:43 +0800)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 27 Nov 2019 08:35:20 +0000 (09:35 +0100)
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>
fs/fuse/Kconfig

index 0635cba..eb2a585 100644 (file)
@@ -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.