Commit 43da1411 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by David S. Miller

net: Fix Kconfig indentation, continued

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style.  This fixes various indentation mixups (seven spaces,
tab+one space, etc).
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5421cf84
...@@ -258,7 +258,7 @@ config XPS ...@@ -258,7 +258,7 @@ config XPS
default y default y
config HWBM config HWBM
bool bool
config CGROUP_NET_PRIO config CGROUP_NET_PRIO
bool "Network priority cgroup" bool "Network priority cgroup"
...@@ -309,12 +309,12 @@ config BPF_STREAM_PARSER ...@@ -309,12 +309,12 @@ config BPF_STREAM_PARSER
select STREAM_PARSER select STREAM_PARSER
select NET_SOCK_MSG select NET_SOCK_MSG
---help--- ---help---
Enabling this allows a stream parser to be used with Enabling this allows a stream parser to be used with
BPF_MAP_TYPE_SOCKMAP. BPF_MAP_TYPE_SOCKMAP.
BPF_MAP_TYPE_SOCKMAP provides a map type to use with network sockets. BPF_MAP_TYPE_SOCKMAP provides a map type to use with network sockets.
It can be used to enforce socket policy, implement socket redirects, It can be used to enforce socket policy, implement socket redirects,
etc. etc.
config NET_FLOW_LIMIT config NET_FLOW_LIMIT
bool bool
...@@ -349,12 +349,12 @@ config NET_DROP_MONITOR ...@@ -349,12 +349,12 @@ config NET_DROP_MONITOR
tristate "Network packet drop alerting service" tristate "Network packet drop alerting service"
depends on INET && TRACEPOINTS depends on INET && TRACEPOINTS
---help--- ---help---
This feature provides an alerting service to userspace in the This feature provides an alerting service to userspace in the
event that packets are discarded in the network stack. Alerts event that packets are discarded in the network stack. Alerts
are broadcast via netlink socket to any listening user space are broadcast via netlink socket to any listening user space
process. If you don't need network drop alerts, or if you are ok process. If you don't need network drop alerts, or if you are ok
just checking the various proc files and other utilities for just checking the various proc files and other utilities for
drop statistics, say N here. drop statistics, say N here.
endmenu endmenu
...@@ -433,7 +433,7 @@ config NET_DEVLINK ...@@ -433,7 +433,7 @@ config NET_DEVLINK
imply NET_DROP_MONITOR imply NET_DROP_MONITOR
config PAGE_POOL config PAGE_POOL
bool bool
config FAILOVER config FAILOVER
tristate "Generic failover module" tristate "Generic failover module"
......
This diff is collapsed.
...@@ -128,9 +128,9 @@ config IP6_NF_MATCH_HL ...@@ -128,9 +128,9 @@ config IP6_NF_MATCH_HL
depends on NETFILTER_ADVANCED depends on NETFILTER_ADVANCED
select NETFILTER_XT_MATCH_HL select NETFILTER_XT_MATCH_HL
---help--- ---help---
This is a backwards-compat option for the user's convenience This is a backwards-compat option for the user's convenience
(e.g. when running oldconfig). It selects (e.g. when running oldconfig). It selects
CONFIG_NETFILTER_XT_MATCH_HL. CONFIG_NETFILTER_XT_MATCH_HL.
config IP6_NF_MATCH_IPV6HEADER config IP6_NF_MATCH_IPV6HEADER
tristate '"ipv6header" IPv6 Extension Headers Match' tristate '"ipv6header" IPv6 Extension Headers Match'
...@@ -184,9 +184,9 @@ config IP6_NF_TARGET_HL ...@@ -184,9 +184,9 @@ config IP6_NF_TARGET_HL
depends on NETFILTER_ADVANCED && IP6_NF_MANGLE depends on NETFILTER_ADVANCED && IP6_NF_MANGLE
select NETFILTER_XT_TARGET_HL select NETFILTER_XT_TARGET_HL
---help--- ---help---
This is a backwards-compatible option for the user's convenience This is a backwards-compatible option for the user's convenience
(e.g. when running oldconfig). It selects (e.g. when running oldconfig). It selects
CONFIG_NETFILTER_XT_TARGET_HL. CONFIG_NETFILTER_XT_TARGET_HL.
config IP6_NF_FILTER config IP6_NF_FILTER
tristate "Packet filtering" tristate "Packet filtering"
...@@ -245,14 +245,14 @@ config IP6_NF_RAW ...@@ -245,14 +245,14 @@ config IP6_NF_RAW
# security table for MAC policy # security table for MAC policy
config IP6_NF_SECURITY config IP6_NF_SECURITY
tristate "Security table" tristate "Security table"
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"
......
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
config NFC_HCI config NFC_HCI
depends on NFC depends on NFC
tristate "NFC HCI implementation" tristate "NFC HCI implementation"
default n default n
help help
Say Y here if you want to build support for a kernel NFC HCI Say Y here if you want to build support for a kernel NFC HCI
implementation. This is mostly needed for devices that only process implementation. This is mostly needed for devices that only process
HCI frames, like for example the NXP pn544. HCI frames, like for example the NXP pn544.
config NFC_SHDLC config NFC_SHDLC
depends on NFC_HCI depends on NFC_HCI
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
# XFRM configuration # XFRM configuration
# #
config XFRM config XFRM
bool bool
depends on INET depends on INET
select GRO_CELLS select GRO_CELLS
select SKB_EXTENSIONS select SKB_EXTENSIONS
config XFRM_OFFLOAD config XFRM_OFFLOAD
bool bool
config XFRM_ALGO config XFRM_ALGO
tristate tristate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment