diff options
author | Marek BehĂșn <kabel@kernel.org> | 2021-06-08 03:26:48 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-08 11:34:37 -0700 |
commit | d6dd33ffa33b7a6a05e98f8f0cb2f256640fa5d5 (patch) | |
tree | ec72a034a03474897c15f5cc4ae20609a0e1a7a6 /drivers/net | |
parent | dc8cf7550a703b8b9c94beed621c6c2474347eff (diff) | |
download | linux-stable-d6dd33ffa33b7a6a05e98f8f0cb2f256640fa5d5.tar.gz linux-stable-d6dd33ffa33b7a6a05e98f8f0cb2f256640fa5d5.tar.bz2 linux-stable-d6dd33ffa33b7a6a05e98f8f0cb2f256640fa5d5.zip |
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>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/Kconfig | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 74dc8e249faa..4da68ba8448f 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -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)" |