drivers/net: Remove leading spaces in Kconfig
Remove leading spaces before tabs in Kconfig file(s) by running the following command: $ find drivers/net -name 'Kconfig*' | xargs sed -r -i 's/^[ ]+\t/\t/' Signed-off-by: Juerg Haefliger <juergh@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
25c55b38d8
Коммит
06b38e233c
|
@ -169,7 +169,7 @@ config USB_NET_AX8817X
|
||||||
This option adds support for ASIX AX88xxx based USB 2.0
|
This option adds support for ASIX AX88xxx based USB 2.0
|
||||||
10/100 Ethernet adapters.
|
10/100 Ethernet adapters.
|
||||||
|
|
||||||
This driver should work with at least the following devices:
|
This driver should work with at least the following devices:
|
||||||
* Aten UC210T
|
* Aten UC210T
|
||||||
* ASIX AX88172
|
* ASIX AX88172
|
||||||
* Billionton Systems, USB2AR
|
* Billionton Systems, USB2AR
|
||||||
|
@ -220,13 +220,13 @@ config USB_NET_CDCETHER
|
||||||
CDC Ethernet is an implementation option for DOCSIS cable modems
|
CDC Ethernet is an implementation option for DOCSIS cable modems
|
||||||
that support USB connectivity, used for non-Microsoft USB hosts.
|
that support USB connectivity, used for non-Microsoft USB hosts.
|
||||||
The Linux-USB CDC Ethernet Gadget driver is an open implementation.
|
The Linux-USB CDC Ethernet Gadget driver is an open implementation.
|
||||||
This driver should work with at least the following devices:
|
This driver should work with at least the following devices:
|
||||||
|
|
||||||
* Dell Wireless 5530 HSPA
|
* Dell Wireless 5530 HSPA
|
||||||
* Ericsson PipeRider (all variants)
|
* Ericsson PipeRider (all variants)
|
||||||
* Ericsson Mobile Broadband Module (all variants)
|
* Ericsson Mobile Broadband Module (all variants)
|
||||||
* Motorola (DM100 and SB4100)
|
* Motorola (DM100 and SB4100)
|
||||||
* Broadcom Cable Modem (reference design)
|
* Broadcom Cable Modem (reference design)
|
||||||
* Toshiba (PCX1100U and F3507g/F3607gw)
|
* Toshiba (PCX1100U and F3507g/F3607gw)
|
||||||
* ...
|
* ...
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ config COSA
|
||||||
network device.
|
network device.
|
||||||
|
|
||||||
You will need user-space utilities COSA or SRP boards for downloading
|
You will need user-space utilities COSA or SRP boards for downloading
|
||||||
the firmware to the cards and to set them up. Look at the
|
the firmware to the cards and to set them up. Look at the
|
||||||
<http://www.fi.muni.cz/~kas/cosa/> for more information. You can also
|
<http://www.fi.muni.cz/~kas/cosa/> for more information. You can also
|
||||||
read the comment at the top of the <file:drivers/net/wan/cosa.c> for
|
read the comment at the top of the <file:drivers/net/wan/cosa.c> for
|
||||||
details about the cards and the driver itself.
|
details about the cards and the driver itself.
|
||||||
|
@ -108,7 +108,7 @@ config HDLC
|
||||||
Generic HDLC driver currently supports raw HDLC, Cisco HDLC, Frame
|
Generic HDLC driver currently supports raw HDLC, Cisco HDLC, Frame
|
||||||
Relay, synchronous Point-to-Point Protocol (PPP) and X.25.
|
Relay, synchronous Point-to-Point Protocol (PPP) and X.25.
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called hdlc.
|
module will be called hdlc.
|
||||||
|
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче