]> Git Repo - linux.git/commitdiff
fuse: fix Kconfig indentation
authorKrzysztof Kozlowski <[email protected]>
Wed, 20 Nov 2019 13:43:32 +0000 (21:43 +0800)
committerMiklos Szeredi <[email protected]>
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 <[email protected]>
Signed-off-by: Miklos Szeredi <[email protected]>
fs/fuse/Kconfig

index 0635cba19971c55894ee287e75a9345a0711f97f..eb2a585572dc72f76c997ef042eb6d8ee493fe5e 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.
This page took 0.05472 seconds and 4 git commands to generate.