net: Fix Kconfig indentation

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
    $ sed -e 's/^        /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Krzysztof Kozlowski 2019-09-23 17:52:42 +02:00 committed by David S. Miller
parent 34b7bb2995
commit bf69abad27
8 changed files with 94 additions and 94 deletions

View File

@ -12,11 +12,11 @@ config BATMAN_ADV
depends on NET depends on NET
select LIBCRC32C select LIBCRC32C
help help
B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is
a routing protocol for multi-hop ad-hoc mesh networks. The a routing protocol for multi-hop ad-hoc mesh networks. The
networks may be wired or wireless. See networks may be wired or wireless. See
https://www.open-mesh.org/ for more information and user space https://www.open-mesh.org/ for more information and user space
tools. tools.
config BATMAN_ADV_BATMAN_V config BATMAN_ADV_BATMAN_V
bool "B.A.T.M.A.N. V protocol" bool "B.A.T.M.A.N. V protocol"

View File

@ -5,7 +5,7 @@
menuconfig NET_IFE menuconfig NET_IFE
depends on NET depends on NET
tristate "Inter-FE based on IETF ForCES InterFE LFB" tristate "Inter-FE based on IETF ForCES InterFE LFB"
default n default n
help help
Say Y here to add support of IFE encapsulation protocol Say Y here to add support of IFE encapsulation protocol

View File

@ -492,8 +492,8 @@ config TCP_CONG_WESTWOOD
wired networks and throughput over wireless links. wired networks and throughput over wireless links.
config TCP_CONG_HTCP config TCP_CONG_HTCP
tristate "H-TCP" tristate "H-TCP"
default m default m
---help--- ---help---
H-TCP is a send-side only modifications of the TCP Reno H-TCP is a send-side only modifications of the TCP Reno
protocol stack that optimizes the performance of TCP protocol stack that optimizes the performance of TCP

View File

@ -170,13 +170,13 @@ config IP6_NF_MATCH_RT
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
config IP6_NF_MATCH_SRH config IP6_NF_MATCH_SRH
tristate '"srh" Segment Routing header match support' tristate '"srh" Segment Routing header match support'
depends on NETFILTER_ADVANCED depends on NETFILTER_ADVANCED
help help
srh matching allows you to match packets based on the segment srh matching allows you to match packets based on the segment
routing header of the packet. routing header of the packet.
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
# The targets # The targets
config IP6_NF_TARGET_HL config IP6_NF_TARGET_HL
@ -249,10 +249,10 @@ config IP6_NF_SECURITY
depends on SECURITY depends on SECURITY
depends on NETFILTER_ADVANCED depends on NETFILTER_ADVANCED
help help
This option adds a `security' table to iptables, for use This option adds a `security' table to iptables, for use
with Mandatory Access Control (MAC) policy. with Mandatory Access Control (MAC) policy.
If unsure, say N. If unsure, say N.
config IP6_NF_NAT config IP6_NF_NAT
tristate "ip6tables NAT support" tristate "ip6tables NAT support"

View File

@ -697,7 +697,7 @@ config NF_FLOW_TABLE_INET
tristate "Netfilter flow table mixed IPv4/IPv6 module" tristate "Netfilter flow table mixed IPv4/IPv6 module"
depends on NF_FLOW_TABLE depends on NF_FLOW_TABLE
help help
This option adds the flow table mixed IPv4/IPv6 support. This option adds the flow table mixed IPv4/IPv6 support.
To compile it as a module, choose M here. To compile it as a module, choose M here.

View File

@ -135,7 +135,7 @@ config IP_VS_WRR
module, choose M here. If unsure, say N. module, choose M here. If unsure, say N.
config IP_VS_LC config IP_VS_LC
tristate "least-connection scheduling" tristate "least-connection scheduling"
---help--- ---help---
The least-connection scheduling algorithm directs network The least-connection scheduling algorithm directs network
connections to the server with the least number of active connections to the server with the least number of active
@ -145,7 +145,7 @@ config IP_VS_LC
module, choose M here. If unsure, say N. module, choose M here. If unsure, say N.
config IP_VS_WLC config IP_VS_WLC
tristate "weighted least-connection scheduling" tristate "weighted least-connection scheduling"
---help--- ---help---
The weighted least-connection scheduling algorithm directs network The weighted least-connection scheduling algorithm directs network
connections to the server with the least active connections connections to the server with the least active connections
@ -333,7 +333,7 @@ config IP_VS_NFCT
config IP_VS_PE_SIP config IP_VS_PE_SIP
tristate "SIP persistence engine" tristate "SIP persistence engine"
depends on IP_VS_PROTO_UDP depends on IP_VS_PROTO_UDP
depends on NF_CONNTRACK_SIP depends on NF_CONNTRACK_SIP
---help--- ---help---
Allow persistence based on the SIP Call-ID Allow persistence based on the SIP Call-ID

View File

@ -23,6 +23,6 @@ config RDS_TCP
This transport does not support RDMA operations. This transport does not support RDMA operations.
config RDS_DEBUG config RDS_DEBUG
bool "RDS debugging messages" bool "RDS debugging messages"
depends on RDS depends on RDS
default n default n

View File

@ -324,7 +324,7 @@ config NET_SCH_CAKE
tristate "Common Applications Kept Enhanced (CAKE)" tristate "Common Applications Kept Enhanced (CAKE)"
help help
Say Y here if you want to use the Common Applications Kept Enhanced Say Y here if you want to use the Common Applications Kept Enhanced
(CAKE) queue management algorithm. (CAKE) queue management algorithm.
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 sch_cake. will be called sch_cake.
@ -730,8 +730,8 @@ config NET_CLS_ACT
config NET_ACT_POLICE config NET_ACT_POLICE
tristate "Traffic Policing" tristate "Traffic Policing"
depends on NET_CLS_ACT depends on NET_CLS_ACT
---help--- ---help---
Say Y here if you want to do traffic policing, i.e. strict Say Y here if you want to do traffic policing, i.e. strict
bandwidth limiting. This action replaces the existing policing bandwidth limiting. This action replaces the existing policing
module. module.
@ -740,9 +740,9 @@ config NET_ACT_POLICE
module will be called act_police. module will be called act_police.
config NET_ACT_GACT config NET_ACT_GACT
tristate "Generic actions" tristate "Generic actions"
depends on NET_CLS_ACT depends on NET_CLS_ACT
---help--- ---help---
Say Y here to take generic actions such as dropping and Say Y here to take generic actions such as dropping and
accepting packets. accepting packets.
@ -750,15 +750,15 @@ config NET_ACT_GACT
module will be called act_gact. module will be called act_gact.
config GACT_PROB config GACT_PROB
bool "Probability support" bool "Probability support"
depends on NET_ACT_GACT depends on NET_ACT_GACT
---help--- ---help---
Say Y here to use the generic action randomly or deterministically. Say Y here to use the generic action randomly or deterministically.
config NET_ACT_MIRRED config NET_ACT_MIRRED
tristate "Redirecting and Mirroring" tristate "Redirecting and Mirroring"
depends on NET_CLS_ACT depends on NET_CLS_ACT
---help--- ---help---
Say Y here to allow packets to be mirrored or redirected to Say Y here to allow packets to be mirrored or redirected to
other devices. other devices.
@ -766,10 +766,10 @@ config NET_ACT_MIRRED
module will be called act_mirred. module will be called act_mirred.
config NET_ACT_SAMPLE config NET_ACT_SAMPLE
tristate "Traffic Sampling" tristate "Traffic Sampling"
depends on NET_CLS_ACT depends on NET_CLS_ACT
select PSAMPLE select PSAMPLE
---help--- ---help---
Say Y here to allow packet sampling tc action. The packet sample Say Y here to allow packet sampling tc action. The packet sample
action consists of statistically choosing packets and sampling action consists of statistically choosing packets and sampling
them using the psample module. them using the psample module.
@ -778,9 +778,9 @@ config NET_ACT_SAMPLE
module will be called act_sample. module will be called act_sample.
config NET_ACT_IPT config NET_ACT_IPT
tristate "IPtables targets" tristate "IPtables targets"
depends on NET_CLS_ACT && NETFILTER && IP_NF_IPTABLES depends on NET_CLS_ACT && NETFILTER && IP_NF_IPTABLES
---help--- ---help---
Say Y here to be able to invoke iptables targets after successful Say Y here to be able to invoke iptables targets after successful
classification. classification.
@ -788,9 +788,9 @@ config NET_ACT_IPT
module will be called act_ipt. module will be called act_ipt.
config NET_ACT_NAT config NET_ACT_NAT
tristate "Stateless NAT" tristate "Stateless NAT"
depends on NET_CLS_ACT depends on NET_CLS_ACT
---help--- ---help---
Say Y here to do stateless NAT on IPv4 packets. You should use Say Y here to do stateless NAT on IPv4 packets. You should use
netfilter for NAT unless you know what you are doing. netfilter for NAT unless you know what you are doing.
@ -798,18 +798,18 @@ config NET_ACT_NAT
module will be called act_nat. module will be called act_nat.
config NET_ACT_PEDIT config NET_ACT_PEDIT
tristate "Packet Editing" tristate "Packet Editing"
depends on NET_CLS_ACT depends on NET_CLS_ACT
---help--- ---help---
Say Y here if you want to mangle the content of packets. Say Y here if you want to mangle the content of packets.
To compile this code as a module, choose M here: the To compile this code as a module, choose M here: the
module will be called act_pedit. module will be called act_pedit.
config NET_ACT_SIMP config NET_ACT_SIMP
tristate "Simple Example (Debug)" tristate "Simple Example (Debug)"
depends on NET_CLS_ACT depends on NET_CLS_ACT
---help--- ---help---
Say Y here to add a simple action for demonstration purposes. Say Y here to add a simple action for demonstration purposes.
It is meant as an example and for debugging purposes. It will It is meant as an example and for debugging purposes. It will
print a configured policy string followed by the packet count print a configured policy string followed by the packet count
@ -821,9 +821,9 @@ config NET_ACT_SIMP
module will be called act_simple. module will be called act_simple.
config NET_ACT_SKBEDIT config NET_ACT_SKBEDIT
tristate "SKB Editing" tristate "SKB Editing"
depends on NET_CLS_ACT depends on NET_CLS_ACT
---help--- ---help---
Say Y here to change skb priority or queue_mapping settings. Say Y here to change skb priority or queue_mapping settings.
If unsure, say N. If unsure, say N.
@ -832,10 +832,10 @@ config NET_ACT_SKBEDIT
module will be called act_skbedit. module will be called act_skbedit.
config NET_ACT_CSUM config NET_ACT_CSUM
tristate "Checksum Updating" tristate "Checksum Updating"
depends on NET_CLS_ACT && INET depends on NET_CLS_ACT && INET
select LIBCRC32C select LIBCRC32C
---help--- ---help---
Say Y here to update some common checksum after some direct Say Y here to update some common checksum after some direct
packet alterations. packet alterations.
@ -854,9 +854,9 @@ config NET_ACT_MPLS
module will be called act_mpls. module will be called act_mpls.
config NET_ACT_VLAN config NET_ACT_VLAN
tristate "Vlan manipulation" tristate "Vlan manipulation"
depends on NET_CLS_ACT depends on NET_CLS_ACT
---help--- ---help---
Say Y here to push or pop vlan headers. Say Y here to push or pop vlan headers.
If unsure, say N. If unsure, say N.
@ -865,9 +865,9 @@ config NET_ACT_VLAN
module will be called act_vlan. module will be called act_vlan.
config NET_ACT_BPF config NET_ACT_BPF
tristate "BPF based action" tristate "BPF based action"
depends on NET_CLS_ACT depends on NET_CLS_ACT
---help--- ---help---
Say Y here to execute BPF code on packets. The BPF code will decide Say Y here to execute BPF code on packets. The BPF code will decide
if the packet should be dropped or not. if the packet should be dropped or not.
@ -877,10 +877,10 @@ config NET_ACT_BPF
module will be called act_bpf. module will be called act_bpf.
config NET_ACT_CONNMARK config NET_ACT_CONNMARK
tristate "Netfilter Connection Mark Retriever" tristate "Netfilter Connection Mark Retriever"
depends on NET_CLS_ACT && NETFILTER && IP_NF_IPTABLES depends on NET_CLS_ACT && NETFILTER && IP_NF_IPTABLES
depends on NF_CONNTRACK && NF_CONNTRACK_MARK depends on NF_CONNTRACK && NF_CONNTRACK_MARK
---help--- ---help---
Say Y here to allow retrieving of conn mark Say Y here to allow retrieving of conn mark
If unsure, say N. If unsure, say N.
@ -889,10 +889,10 @@ config NET_ACT_CONNMARK
module will be called act_connmark. module will be called act_connmark.
config NET_ACT_CTINFO config NET_ACT_CTINFO
tristate "Netfilter Connection Mark Actions" tristate "Netfilter Connection Mark Actions"
depends on NET_CLS_ACT && NETFILTER && IP_NF_IPTABLES depends on NET_CLS_ACT && NETFILTER && IP_NF_IPTABLES
depends on NF_CONNTRACK && NF_CONNTRACK_MARK depends on NF_CONNTRACK && NF_CONNTRACK_MARK
help help
Say Y here to allow transfer of a connmark stored information. Say Y here to allow transfer of a connmark stored information.
Current actions transfer connmark stored DSCP into Current actions transfer connmark stored DSCP into
ipv4/v6 diffserv and/or to transfer connmark to packet ipv4/v6 diffserv and/or to transfer connmark to packet
@ -906,21 +906,21 @@ config NET_ACT_CTINFO
module will be called act_ctinfo. module will be called act_ctinfo.
config NET_ACT_SKBMOD config NET_ACT_SKBMOD
tristate "skb data modification action" tristate "skb data modification action"
depends on NET_CLS_ACT depends on NET_CLS_ACT
---help--- ---help---
Say Y here to allow modification of skb data Say Y here to allow modification of skb data
If unsure, say N. If unsure, say N.
To compile this code as a module, choose M here: the To compile this code as a module, choose M here: the
module will be called act_skbmod. module will be called act_skbmod.
config NET_ACT_IFE config NET_ACT_IFE
tristate "Inter-FE action based on IETF ForCES InterFE LFB" tristate "Inter-FE action based on IETF ForCES InterFE LFB"
depends on NET_CLS_ACT depends on NET_CLS_ACT
select NET_IFE select NET_IFE
---help--- ---help---
Say Y here to allow for sourcing and terminating metadata Say Y here to allow for sourcing and terminating metadata
For details refer to netdev01 paper: For details refer to netdev01 paper:
"Distributing Linux Traffic Control Classifier-Action Subsystem" "Distributing Linux Traffic Control Classifier-Action Subsystem"
@ -930,9 +930,9 @@ config NET_ACT_IFE
module will be called act_ife. module will be called act_ife.
config NET_ACT_TUNNEL_KEY config NET_ACT_TUNNEL_KEY
tristate "IP tunnel metadata manipulation" tristate "IP tunnel metadata manipulation"
depends on NET_CLS_ACT depends on NET_CLS_ACT
---help--- ---help---
Say Y here to set/release ip tunnel metadata. Say Y here to set/release ip tunnel metadata.
If unsure, say N. If unsure, say N.
@ -941,9 +941,9 @@ config NET_ACT_TUNNEL_KEY
module will be called act_tunnel_key. module will be called act_tunnel_key.
config NET_ACT_CT config NET_ACT_CT
tristate "connection tracking tc action" tristate "connection tracking tc action"
depends on NET_CLS_ACT && NF_CONNTRACK && NF_NAT depends on NET_CLS_ACT && NF_CONNTRACK && NF_NAT
help help
Say Y here to allow sending the packets to conntrack module. Say Y here to allow sending the packets to conntrack module.
If unsure, say N. If unsure, say N.
@ -952,16 +952,16 @@ config NET_ACT_CT
module will be called act_ct. module will be called act_ct.
config NET_IFE_SKBMARK config NET_IFE_SKBMARK
tristate "Support to encoding decoding skb mark on IFE action" tristate "Support to encoding decoding skb mark on IFE action"
depends on NET_ACT_IFE depends on NET_ACT_IFE
config NET_IFE_SKBPRIO config NET_IFE_SKBPRIO
tristate "Support to encoding decoding skb prio on IFE action" tristate "Support to encoding decoding skb prio on IFE action"
depends on NET_ACT_IFE depends on NET_ACT_IFE
config NET_IFE_SKBTCINDEX config NET_IFE_SKBTCINDEX
tristate "Support to encoding decoding skb tcindex on IFE action" tristate "Support to encoding decoding skb tcindex on IFE action"
depends on NET_ACT_IFE depends on NET_ACT_IFE
config NET_TC_SKB_EXT config NET_TC_SKB_EXT
bool "TC recirculation support" bool "TC recirculation support"