diff options
author | Philippe De Muyter <phdm@macqel.be> | 2010-11-13 09:43:29 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-11-17 21:25:57 +0100 |
commit | dd68ad2235b4625e0dc928b2b4c614d265f976d3 (patch) | |
tree | 7293c77a8446de6bde39ba4db2332d7f83ca7616 /drivers/net/Kconfig | |
parent | drivers/net/can/sja1000: Use printf extension %pR for struct resource (diff) | |
download | linux-dd68ad2235b4625e0dc928b2b4c614d265f976d3.tar.xz linux-dd68ad2235b4625e0dc928b2b4c614d265f976d3.zip |
net: more Kconfig whitespace cleanup
indentation for TSI108_ETH entry was too big.
Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | drivers/net/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 0a7e6cea0082..a11dc735752c 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2389,12 +2389,12 @@ config SPIDER_NET Cell Processor-Based Blades from IBM. config TSI108_ETH - tristate "Tundra TSI108 gigabit Ethernet support" - depends on TSI108_BRIDGE - help - This driver supports Tundra TSI108 gigabit Ethernet ports. - To compile this driver as a module, choose M here: the module - will be called tsi108_eth. + tristate "Tundra TSI108 gigabit Ethernet support" + depends on TSI108_BRIDGE + help + This driver supports Tundra TSI108 gigabit Ethernet ports. + To compile this driver as a module, choose M here: the module + will be called tsi108_eth. config GELIC_NET tristate "PS3 Gigabit Ethernet driver" |