Skip to content

Commit 00d52fb

Browse files
krzkgregkh
authored andcommitted
staging: fwserial: Fix Kconfig indentation (seven spaces)
Adjust indentation from seven 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]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 96a8b29 commit 00d52fb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

drivers/staging/fwserial/Kconfig

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: GPL-2.0
22
config FIREWIRE_SERIAL
3-
tristate "TTY over Firewire"
4-
depends on FIREWIRE && TTY
5-
help
3+
tristate "TTY over Firewire"
4+
depends on FIREWIRE && TTY
5+
help
66
This enables TTY over IEEE 1394, providing high-speed serial
77
connectivity to cabled peers. This driver implements a
88
ad-hoc transport protocol and is currently limited to
@@ -14,17 +14,17 @@ config FIREWIRE_SERIAL
1414
if FIREWIRE_SERIAL
1515

1616
config FWTTY_MAX_TOTAL_PORTS
17-
int "Maximum number of serial ports supported"
18-
default "64"
19-
help
17+
int "Maximum number of serial ports supported"
18+
default "64"
19+
help
2020
Set this to the maximum number of serial ports you want the
2121
firewire-serial driver to support.
2222

2323
config FWTTY_MAX_CARD_PORTS
24-
int "Maximum number of serial ports supported per adapter"
25-
range 0 FWTTY_MAX_TOTAL_PORTS
26-
default "32"
27-
help
24+
int "Maximum number of serial ports supported per adapter"
25+
range 0 FWTTY_MAX_TOTAL_PORTS
26+
default "32"
27+
help
2828
Set this to the maximum number of serial ports each firewire
2929
adapter supports. The actual number of serial ports registered
3030
is set with the module parameter "ttys".

0 commit comments

Comments
 (0)