Skip to content

Commit

Permalink
net: Fix Kconfig indentation
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Sven Eckelmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
krzk authored and davem330 committed Sep 26, 2019
1 parent 34b7bb2 commit bf69aba
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 94 deletions.
10 changes: 5 additions & 5 deletions net/batman-adv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ config BATMAN_ADV
depends on NET
select LIBCRC32C
help
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
networks may be wired or wireless. See
https://www.open-mesh.org/ for more information and user space
tools.
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
networks may be wired or wireless. See
https://www.open-mesh.org/ for more information and user space
tools.

config BATMAN_ADV_BATMAN_V
bool "B.A.T.M.A.N. V protocol"
Expand Down
2 changes: 1 addition & 1 deletion net/ife/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

menuconfig NET_IFE
depends on NET
tristate "Inter-FE based on IETF ForCES InterFE LFB"
tristate "Inter-FE based on IETF ForCES InterFE LFB"
default n
help
Say Y here to add support of IFE encapsulation protocol
Expand Down
4 changes: 2 additions & 2 deletions net/ipv4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,8 @@ config TCP_CONG_WESTWOOD
wired networks and throughput over wireless links.

config TCP_CONG_HTCP
tristate "H-TCP"
default m
tristate "H-TCP"
default m
---help---
H-TCP is a send-side only modifications of the TCP Reno
protocol stack that optimizes the performance of TCP
Expand Down
16 changes: 8 additions & 8 deletions net/ipv6/netfilter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,13 @@ config IP6_NF_MATCH_RT
To compile it as a module, choose M here. If unsure, say N.

config IP6_NF_MATCH_SRH
tristate '"srh" Segment Routing header match support'
depends on NETFILTER_ADVANCED
help
srh matching allows you to match packets based on the segment
tristate '"srh" Segment Routing header match support'
depends on NETFILTER_ADVANCED
help
srh matching allows you to match packets based on the segment
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
config IP6_NF_TARGET_HL
Expand Down Expand Up @@ -249,10 +249,10 @@ config IP6_NF_SECURITY
depends on SECURITY
depends on NETFILTER_ADVANCED
help
This option adds a `security' table to iptables, for use
with Mandatory Access Control (MAC) policy.
This option adds a `security' table to iptables, for use
with Mandatory Access Control (MAC) policy.

If unsure, say N.
If unsure, say N.

config IP6_NF_NAT
tristate "ip6tables NAT support"
Expand Down
2 changes: 1 addition & 1 deletion net/netfilter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ config NF_FLOW_TABLE_INET
tristate "Netfilter flow table mixed IPv4/IPv6 module"
depends on NF_FLOW_TABLE
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.

Expand Down
6 changes: 3 additions & 3 deletions net/netfilter/ipvs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ config IP_VS_WRR
module, choose M here. If unsure, say N.

config IP_VS_LC
tristate "least-connection scheduling"
tristate "least-connection scheduling"
---help---
The least-connection scheduling algorithm directs network
connections to the server with the least number of active
Expand All @@ -145,7 +145,7 @@ config IP_VS_LC
module, choose M here. If unsure, say N.

config IP_VS_WLC
tristate "weighted least-connection scheduling"
tristate "weighted least-connection scheduling"
---help---
The weighted least-connection scheduling algorithm directs network
connections to the server with the least active connections
Expand Down Expand Up @@ -333,7 +333,7 @@ config IP_VS_NFCT

config IP_VS_PE_SIP
tristate "SIP persistence engine"
depends on IP_VS_PROTO_UDP
depends on IP_VS_PROTO_UDP
depends on NF_CONNTRACK_SIP
---help---
Allow persistence based on the SIP Call-ID
Expand Down
4 changes: 2 additions & 2 deletions net/rds/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ config RDS_TCP
This transport does not support RDMA operations.

config RDS_DEBUG
bool "RDS debugging messages"
bool "RDS debugging messages"
depends on RDS
default n
default n
Loading

0 comments on commit bf69aba

Please sign in to comment.