net: Kconfig: indent with tabs instead of spaces
The BAREUDP config option uses spaces instead of tabs for indentation. The rest of this file uses tabs. Fix this. Signed-off-by: Marek Behún <kabel@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
dc8cf7550a
commit
d6dd33ffa3
|
@ -262,17 +262,17 @@ config GENEVE
|
||||||
will be called geneve.
|
will be called geneve.
|
||||||
|
|
||||||
config BAREUDP
|
config BAREUDP
|
||||||
tristate "Bare UDP Encapsulation"
|
tristate "Bare UDP Encapsulation"
|
||||||
depends on INET
|
depends on INET
|
||||||
depends on IPV6 || !IPV6
|
depends on IPV6 || !IPV6
|
||||||
select NET_UDP_TUNNEL
|
select NET_UDP_TUNNEL
|
||||||
select GRO_CELLS
|
select GRO_CELLS
|
||||||
help
|
help
|
||||||
This adds a bare UDP tunnel module for tunnelling different
|
This adds a bare UDP tunnel module for tunnelling different
|
||||||
kinds of traffic like MPLS, IP, etc. inside a UDP tunnel.
|
kinds of traffic like MPLS, IP, etc. inside a UDP tunnel.
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the module
|
To compile this driver as a module, choose M here: the module
|
||||||
will be called bareudp.
|
will be called bareudp.
|
||||||
|
|
||||||
config GTP
|
config GTP
|
||||||
tristate "GPRS Tunneling Protocol datapath (GTP-U)"
|
tristate "GPRS Tunneling Protocol datapath (GTP-U)"
|
||||||
|
|
Loading…
Reference in New Issue