Skip to content

Commit 0b2c26f

Browse files
krzkgregkh
authored andcommitted
usb: serial: 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]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 6aad39f commit 0b2c26f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

drivers/usb/serial/Kconfig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -269,16 +269,16 @@ config USB_SERIAL_F8153X
269269

270270

271271
config USB_SERIAL_GARMIN
272-
tristate "USB Garmin GPS driver"
273-
help
274-
Say Y here if you want to connect to your Garmin GPS.
275-
Should work with most Garmin GPS devices which have a native USB port.
272+
tristate "USB Garmin GPS driver"
273+
help
274+
Say Y here if you want to connect to your Garmin GPS.
275+
Should work with most Garmin GPS devices which have a native USB port.
276276

277-
See <http://sourceforge.net/projects/garmin-gps> for the latest
278-
version of the driver.
277+
See <http://sourceforge.net/projects/garmin-gps> for the latest
278+
version of the driver.
279279

280-
To compile this driver as a module, choose M here: the
281-
module will be called garmin_gps.
280+
To compile this driver as a module, choose M here: the
281+
module will be called garmin_gps.
282282

283283
config USB_SERIAL_IPW
284284
tristate "USB IPWireless (3G UMTS TDD) Driver"

0 commit comments

Comments
 (0)