diff options
author | Marc Kleine-Budde <mkl@pengutronix.de> | 2012-08-09 03:32:09 -0400 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2013-01-26 10:58:58 -0500 |
commit | af5fd6da40412002bd2ba3293fd11fe862e15d80 (patch) | |
tree | 246437bce0a7efc2bf7cc60d771b3f8540736401 | |
parent | f66b0301fcab28f90c5c9249590a52239a005c5a (diff) |
can: sja1000: correct indention of Kconfig help text
This patch changes the indention of the Kconfig help text to the default
<tab> + 2 <space>.
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r-- | drivers/net/can/sja1000/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/net/can/sja1000/Kconfig b/drivers/net/can/sja1000/Kconfig index 1bed54f1d40e..b39ca5b3ea7f 100644 --- a/drivers/net/can/sja1000/Kconfig +++ b/drivers/net/can/sja1000/Kconfig | |||
@@ -99,11 +99,11 @@ config CAN_TSCAN1 | |||
99 | tristate "TS-CAN1 PC104 boards" | 99 | tristate "TS-CAN1 PC104 boards" |
100 | depends on ISA | 100 | depends on ISA |
101 | help | 101 | help |
102 | This driver is for Technologic Systems' TSCAN-1 PC104 boards. | 102 | This driver is for Technologic Systems' TSCAN-1 PC104 boards. |
103 | http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1 | 103 | http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1 |
104 | The driver supports multiple boards and automatically configures them: | 104 | The driver supports multiple boards and automatically configures them: |
105 | PLD IO base addresses are read from jumpers JP1 and JP2, | 105 | PLD IO base addresses are read from jumpers JP1 and JP2, |
106 | IRQ numbers are read from jumpers JP4 and JP5, | 106 | IRQ numbers are read from jumpers JP4 and JP5, |
107 | SJA1000 IO base addresses are chosen heuristically (first that works). | 107 | SJA1000 IO base addresses are chosen heuristically (first that works). |
108 | 108 | ||
109 | endif | 109 | endif |