diff options
author | Francois Romieu <romieu@fr.zoreil.com> | 2007-10-21 12:19:27 +0200 |
---|---|---|
committer | Francois Romieu <romieu@fr.zoreil.com> | 2007-10-28 18:21:15 +0100 |
commit | d1417862d7355f0b395d83f2884afd614b086695 (patch) | |
tree | 1eb585f6a7295bc2fd4ae7aad56fe73cb68b2b9c /drivers/net | |
parent | bbd82f956e0db6190b16a8a00d3ed5d979f488e8 (diff) |
ipg: Kconfig whitepaces/tab damages
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: Avuton Olrich <avuton@gmail.com>
Cc: Jesse Huang <jesse@icplus.com.tw>
Cc: Sorbica Shieh <sorbica@icplus.com.tw>
Diffstat (limited to 'drivers/net')
-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 9f7ec7df475..72d3447fb99 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -166,14 +166,14 @@ config NET_SB1000 If you don't have this card, of course say N. config IP1000 - tristate "IP1000 Gigabit Ethernet support" - depends on PCI && EXPERIMENTAL + tristate "IP1000 Gigabit Ethernet support" + depends on PCI && EXPERIMENTAL select MII - ---help--- - This driver supports IP1000 gigabit Ethernet cards. + ---help--- + This driver supports IP1000 gigabit Ethernet cards. - To compile this driver as a module, choose M here: the module - will be called ipg. This is recommended. + To compile this driver as a module, choose M here: the module + will be called ipg. This is recommended. source "drivers/net/arcnet/Kconfig" |