Skip to content

Commit e7d523f

Browse files
juerghrichardweinberger
authored andcommitted
um/drivers: Kconfig: Fix indentation
The convention for indentation seems to be a single tab. Help text is further indented by an additional two whitespaces. Fix the lines that violate these rules. Signed-off-by: Juerg Haefliger <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent dec87e2 commit e7d523f

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

arch/um/drivers/Kconfig

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -251,37 +251,37 @@ config UML_NET_VECTOR
251251
depends on UML_NET
252252
select MAY_HAVE_RUNTIME_DEPS
253253
help
254-
This User-Mode Linux network driver uses multi-message send
255-
and receive functions. The host running the UML guest must have
256-
a linux kernel version above 3.0 and a libc version > 2.13.
257-
This driver provides tap, raw, gre and l2tpv3 network transports
258-
with up to 4 times higher network throughput than the UML network
259-
drivers.
254+
This User-Mode Linux network driver uses multi-message send
255+
and receive functions. The host running the UML guest must have
256+
a linux kernel version above 3.0 and a libc version > 2.13.
257+
This driver provides tap, raw, gre and l2tpv3 network transports
258+
with up to 4 times higher network throughput than the UML network
259+
drivers.
260260

261261
config UML_NET_VDE
262262
bool "VDE transport (obsolete)"
263263
depends on UML_NET
264264
select MAY_HAVE_RUNTIME_DEPS
265265
help
266-
This User-Mode Linux network transport allows one or more running
267-
UMLs on a single host to communicate with each other and also
268-
with the rest of the world using Virtual Distributed Ethernet,
269-
an improved fork of uml_switch.
266+
This User-Mode Linux network transport allows one or more running
267+
UMLs on a single host to communicate with each other and also
268+
with the rest of the world using Virtual Distributed Ethernet,
269+
an improved fork of uml_switch.
270270

271-
You must have libvdeplug installed in order to build the vde
272-
transport into UML.
271+
You must have libvdeplug installed in order to build the vde
272+
transport into UML.
273273

274-
To use this form of networking, you will need to run vde_switch
275-
on the host.
274+
To use this form of networking, you will need to run vde_switch
275+
on the host.
276276

277-
For more information, see <http://wiki.virtualsquare.org/>
278-
That site has a good overview of what VDE is and also examples
279-
of the UML command line to use to enable VDE networking.
277+
For more information, see <http://wiki.virtualsquare.org/>
278+
That site has a good overview of what VDE is and also examples
279+
of the UML command line to use to enable VDE networking.
280280

281-
NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
282-
migrate to UML_NET_VECTOR.
281+
NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
282+
migrate to UML_NET_VECTOR.
283283

284-
If unsure, say N.
284+
If unsure, say N.
285285

286286
config UML_NET_MCAST
287287
bool "Multicast transport (obsolete)"
@@ -311,19 +311,19 @@ config UML_NET_PCAP
311311
depends on UML_NET
312312
select MAY_HAVE_RUNTIME_DEPS
313313
help
314-
The pcap transport makes a pcap packet stream on the host look
315-
like an ethernet device inside UML. This is useful for making
316-
UML act as a network monitor for the host. You must have libcap
317-
installed in order to build the pcap transport into UML.
314+
The pcap transport makes a pcap packet stream on the host look
315+
like an ethernet device inside UML. This is useful for making
316+
UML act as a network monitor for the host. You must have libcap
317+
installed in order to build the pcap transport into UML.
318318

319319
For more information, see
320320
<http://user-mode-linux.sourceforge.net/old/networking.html> That site
321321
has examples of the UML command line to use to enable this option.
322322

323-
NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
324-
migrate to UML_NET_VECTOR.
323+
NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
324+
migrate to UML_NET_VECTOR.
325325

326-
If unsure, say N.
326+
If unsure, say N.
327327

328328
config UML_NET_SLIRP
329329
bool "SLiRP transport (obsolete)"

0 commit comments

Comments
 (0)