Skip to content

Commit

Permalink
net: Kconfig: indent with tabs instead of spaces
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marek Behún authored and David S. Miller committed Jun 8, 2021
1 parent dc8cf75 commit d6dd33f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -262,17 +262,17 @@ config GENEVE
will be called geneve.

config BAREUDP
tristate "Bare UDP Encapsulation"
depends on INET
depends on IPV6 || !IPV6
select NET_UDP_TUNNEL
select GRO_CELLS
help
This adds a bare UDP tunnel module for tunnelling different
kinds of traffic like MPLS, IP, etc. inside a UDP tunnel.

To compile this driver as a module, choose M here: the module
will be called bareudp.
tristate "Bare UDP Encapsulation"
depends on INET
depends on IPV6 || !IPV6
select NET_UDP_TUNNEL
select GRO_CELLS
help
This adds a bare UDP tunnel module for tunnelling different
kinds of traffic like MPLS, IP, etc. inside a UDP tunnel.

To compile this driver as a module, choose M here: the module
will be called bareudp.

config GTP
tristate "GPRS Tunneling Protocol datapath (GTP-U)"
Expand Down

0 comments on commit d6dd33f

Please sign in to comment.