Skip to content

Commit 1696d96

Browse files
krzkstorulf
authored andcommitted
memstick: 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 <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent a5c8b2a commit 1696d96

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

drivers/memstick/core/Kconfig

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
comment "MemoryStick drivers"
77

88
config MEMSTICK_UNSAFE_RESUME
9-
bool "Allow unsafe resume (DANGEROUS)"
10-
help
11-
If you say Y here, the MemoryStick layer will assume that all
12-
cards stayed in their respective slots during the suspend. The
13-
normal behaviour is to remove them at suspend and
14-
redetecting them at resume. Breaking this assumption will
15-
in most cases result in data corruption.
9+
bool "Allow unsafe resume (DANGEROUS)"
10+
help
11+
If you say Y here, the MemoryStick layer will assume that all
12+
cards stayed in their respective slots during the suspend. The
13+
normal behaviour is to remove them at suspend and
14+
redetecting them at resume. Breaking this assumption will
15+
in most cases result in data corruption.
1616

17-
This option is usually just for embedded systems which use
18-
a MemoryStick card for rootfs. Most people should say N here.
17+
This option is usually just for embedded systems which use
18+
a MemoryStick card for rootfs. Most people should say N here.
1919

2020
config MSPRO_BLOCK
2121
tristate "MemoryStick Pro block device driver"

drivers/memstick/host/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ config MEMSTICK_TIFM_MS
1818
'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support
1919
(TIFM_7XX1)'.
2020

21-
To compile this driver as a module, choose M here: the
21+
To compile this driver as a module, choose M here: the
2222
module will be called tifm_ms.
2323

2424
config MEMSTICK_JMICRON_38X
@@ -29,7 +29,7 @@ config MEMSTICK_JMICRON_38X
2929
Say Y here if you want to be able to access MemoryStick cards with
3030
the JMicron(R) JMB38X MemoryStick card reader.
3131

32-
To compile this driver as a module, choose M here: the
32+
To compile this driver as a module, choose M here: the
3333
module will be called jmb38x_ms.
3434

3535
config MEMSTICK_R592

0 commit comments

Comments
 (0)