Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
David S. Miller
bf69abad 34b7bb29

+94 -94
+5 -5
net/batman-adv/Kconfig
··· 12 12 depends on NET 13 13 select LIBCRC32C 14 14 help 15 - B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is 16 - a routing protocol for multi-hop ad-hoc mesh networks. The 17 - networks may be wired or wireless. See 18 - https://www.open-mesh.org/ for more information and user space 19 - tools. 15 + B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is 16 + a routing protocol for multi-hop ad-hoc mesh networks. The 17 + networks may be wired or wireless. See 18 + https://www.open-mesh.org/ for more information and user space 19 + tools. 20 20 21 21 config BATMAN_ADV_BATMAN_V 22 22 bool "B.A.T.M.A.N. V protocol"
+1 -1
net/ife/Kconfig
··· 5 5 6 6 menuconfig NET_IFE 7 7 depends on NET 8 - tristate "Inter-FE based on IETF ForCES InterFE LFB" 8 + tristate "Inter-FE based on IETF ForCES InterFE LFB" 9 9 default n 10 10 help 11 11 Say Y here to add support of IFE encapsulation protocol
+2 -2
net/ipv4/Kconfig
··· 492 492 wired networks and throughput over wireless links. 493 493 494 494 config TCP_CONG_HTCP 495 - tristate "H-TCP" 496 - default m 495 + tristate "H-TCP" 496 + default m 497 497 ---help--- 498 498 H-TCP is a send-side only modifications of the TCP Reno 499 499 protocol stack that optimizes the performance of TCP
+8 -8
net/ipv6/netfilter/Kconfig
··· 170 170 To compile it as a module, choose M here. If unsure, say N. 171 171 172 172 config IP6_NF_MATCH_SRH 173 - tristate '"srh" Segment Routing header match support' 174 - depends on NETFILTER_ADVANCED 175 - help 176 - srh matching allows you to match packets based on the segment 173 + tristate '"srh" Segment Routing header match support' 174 + depends on NETFILTER_ADVANCED 175 + help 176 + srh matching allows you to match packets based on the segment 177 177 routing header of the packet. 178 178 179 - To compile it as a module, choose M here. If unsure, say N. 179 + To compile it as a module, choose M here. If unsure, say N. 180 180 181 181 # The targets 182 182 config IP6_NF_TARGET_HL ··· 249 249 depends on SECURITY 250 250 depends on NETFILTER_ADVANCED 251 251 help 252 - This option adds a `security' table to iptables, for use 253 - with Mandatory Access Control (MAC) policy. 252 + This option adds a `security' table to iptables, for use 253 + with Mandatory Access Control (MAC) policy. 254 254 255 - If unsure, say N. 255 + If unsure, say N. 256 256 257 257 config IP6_NF_NAT 258 258 tristate "ip6tables NAT support"
+1 -1
net/netfilter/Kconfig
··· 697 697 tristate "Netfilter flow table mixed IPv4/IPv6 module" 698 698 depends on NF_FLOW_TABLE 699 699 help 700 - This option adds the flow table mixed IPv4/IPv6 support. 700 + This option adds the flow table mixed IPv4/IPv6 support. 701 701 702 702 To compile it as a module, choose M here. 703 703
+3 -3
net/netfilter/ipvs/Kconfig
··· 135 135 module, choose M here. If unsure, say N. 136 136 137 137 config IP_VS_LC 138 - tristate "least-connection scheduling" 138 + tristate "least-connection scheduling" 139 139 ---help--- 140 140 The least-connection scheduling algorithm directs network 141 141 connections to the server with the least number of active ··· 145 145 module, choose M here. If unsure, say N. 146 146 147 147 config IP_VS_WLC 148 - tristate "weighted least-connection scheduling" 148 + tristate "weighted least-connection scheduling" 149 149 ---help--- 150 150 The weighted least-connection scheduling algorithm directs network 151 151 connections to the server with the least active connections ··· 333 333 334 334 config IP_VS_PE_SIP 335 335 tristate "SIP persistence engine" 336 - depends on IP_VS_PROTO_UDP 336 + depends on IP_VS_PROTO_UDP 337 337 depends on NF_CONNTRACK_SIP 338 338 ---help--- 339 339 Allow persistence based on the SIP Call-ID
+2 -2
net/rds/Kconfig
··· 23 23 This transport does not support RDMA operations. 24 24 25 25 config RDS_DEBUG 26 - bool "RDS debugging messages" 26 + bool "RDS debugging messages" 27 27 depends on RDS 28 - default n 28 + default n
+72 -72
net/sched/Kconfig
··· 324 324 tristate "Common Applications Kept Enhanced (CAKE)" 325 325 help 326 326 Say Y here if you want to use the Common Applications Kept Enhanced 327 - (CAKE) queue management algorithm. 327 + (CAKE) queue management algorithm. 328 328 329 329 To compile this driver as a module, choose M here: the module 330 330 will be called sch_cake. ··· 730 730 731 731 config NET_ACT_POLICE 732 732 tristate "Traffic Policing" 733 - depends on NET_CLS_ACT 734 - ---help--- 733 + depends on NET_CLS_ACT 734 + ---help--- 735 735 Say Y here if you want to do traffic policing, i.e. strict 736 736 bandwidth limiting. This action replaces the existing policing 737 737 module. ··· 740 740 module will be called act_police. 741 741 742 742 config NET_ACT_GACT 743 - tristate "Generic actions" 744 - depends on NET_CLS_ACT 745 - ---help--- 743 + tristate "Generic actions" 744 + depends on NET_CLS_ACT 745 + ---help--- 746 746 Say Y here to take generic actions such as dropping and 747 747 accepting packets. 748 748 ··· 750 750 module will be called act_gact. 751 751 752 752 config GACT_PROB 753 - bool "Probability support" 754 - depends on NET_ACT_GACT 755 - ---help--- 753 + bool "Probability support" 754 + depends on NET_ACT_GACT 755 + ---help--- 756 756 Say Y here to use the generic action randomly or deterministically. 757 757 758 758 config NET_ACT_MIRRED 759 - tristate "Redirecting and Mirroring" 760 - depends on NET_CLS_ACT 761 - ---help--- 759 + tristate "Redirecting and Mirroring" 760 + depends on NET_CLS_ACT 761 + ---help--- 762 762 Say Y here to allow packets to be mirrored or redirected to 763 763 other devices. 764 764 ··· 766 766 module will be called act_mirred. 767 767 768 768 config NET_ACT_SAMPLE 769 - tristate "Traffic Sampling" 770 - depends on NET_CLS_ACT 771 - select PSAMPLE 772 - ---help--- 769 + tristate "Traffic Sampling" 770 + depends on NET_CLS_ACT 771 + select PSAMPLE 772 + ---help--- 773 773 Say Y here to allow packet sampling tc action. The packet sample 774 774 action consists of statistically choosing packets and sampling 775 775 them using the psample module. ··· 778 778 module will be called act_sample. 779 779 780 780 config NET_ACT_IPT 781 - tristate "IPtables targets" 782 - depends on NET_CLS_ACT && NETFILTER && IP_NF_IPTABLES 783 - ---help--- 781 + tristate "IPtables targets" 782 + depends on NET_CLS_ACT && NETFILTER && IP_NF_IPTABLES 783 + ---help--- 784 784 Say Y here to be able to invoke iptables targets after successful 785 785 classification. 786 786 ··· 788 788 module will be called act_ipt. 789 789 790 790 config NET_ACT_NAT 791 - tristate "Stateless NAT" 792 - depends on NET_CLS_ACT 793 - ---help--- 791 + tristate "Stateless NAT" 792 + depends on NET_CLS_ACT 793 + ---help--- 794 794 Say Y here to do stateless NAT on IPv4 packets. You should use 795 795 netfilter for NAT unless you know what you are doing. 796 796 ··· 798 798 module will be called act_nat. 799 799 800 800 config NET_ACT_PEDIT 801 - tristate "Packet Editing" 802 - depends on NET_CLS_ACT 803 - ---help--- 801 + tristate "Packet Editing" 802 + depends on NET_CLS_ACT 803 + ---help--- 804 804 Say Y here if you want to mangle the content of packets. 805 805 806 806 To compile this code as a module, choose M here: the 807 807 module will be called act_pedit. 808 808 809 809 config NET_ACT_SIMP 810 - tristate "Simple Example (Debug)" 811 - depends on NET_CLS_ACT 812 - ---help--- 810 + tristate "Simple Example (Debug)" 811 + depends on NET_CLS_ACT 812 + ---help--- 813 813 Say Y here to add a simple action for demonstration purposes. 814 814 It is meant as an example and for debugging purposes. It will 815 815 print a configured policy string followed by the packet count ··· 821 821 module will be called act_simple. 822 822 823 823 config NET_ACT_SKBEDIT 824 - tristate "SKB Editing" 825 - depends on NET_CLS_ACT 826 - ---help--- 824 + tristate "SKB Editing" 825 + depends on NET_CLS_ACT 826 + ---help--- 827 827 Say Y here to change skb priority or queue_mapping settings. 828 828 829 829 If unsure, say N. ··· 832 832 module will be called act_skbedit. 833 833 834 834 config NET_ACT_CSUM 835 - tristate "Checksum Updating" 836 - depends on NET_CLS_ACT && INET 837 - select LIBCRC32C 838 - ---help--- 835 + tristate "Checksum Updating" 836 + depends on NET_CLS_ACT && INET 837 + select LIBCRC32C 838 + ---help--- 839 839 Say Y here to update some common checksum after some direct 840 840 packet alterations. 841 841 ··· 854 854 module will be called act_mpls. 855 855 856 856 config NET_ACT_VLAN 857 - tristate "Vlan manipulation" 858 - depends on NET_CLS_ACT 859 - ---help--- 857 + tristate "Vlan manipulation" 858 + depends on NET_CLS_ACT 859 + ---help--- 860 860 Say Y here to push or pop vlan headers. 861 861 862 862 If unsure, say N. ··· 865 865 module will be called act_vlan. 866 866 867 867 config NET_ACT_BPF 868 - tristate "BPF based action" 869 - depends on NET_CLS_ACT 870 - ---help--- 868 + tristate "BPF based action" 869 + depends on NET_CLS_ACT 870 + ---help--- 871 871 Say Y here to execute BPF code on packets. The BPF code will decide 872 872 if the packet should be dropped or not. 873 873 ··· 877 877 module will be called act_bpf. 878 878 879 879 config NET_ACT_CONNMARK 880 - tristate "Netfilter Connection Mark Retriever" 881 - depends on NET_CLS_ACT && NETFILTER && IP_NF_IPTABLES 882 - depends on NF_CONNTRACK && NF_CONNTRACK_MARK 883 - ---help--- 880 + tristate "Netfilter Connection Mark Retriever" 881 + depends on NET_CLS_ACT && NETFILTER && IP_NF_IPTABLES 882 + depends on NF_CONNTRACK && NF_CONNTRACK_MARK 883 + ---help--- 884 884 Say Y here to allow retrieving of conn mark 885 885 886 886 If unsure, say N. ··· 889 889 module will be called act_connmark. 890 890 891 891 config NET_ACT_CTINFO 892 - tristate "Netfilter Connection Mark Actions" 893 - depends on NET_CLS_ACT && NETFILTER && IP_NF_IPTABLES 894 - depends on NF_CONNTRACK && NF_CONNTRACK_MARK 895 - help 892 + tristate "Netfilter Connection Mark Actions" 893 + depends on NET_CLS_ACT && NETFILTER && IP_NF_IPTABLES 894 + depends on NF_CONNTRACK && NF_CONNTRACK_MARK 895 + help 896 896 Say Y here to allow transfer of a connmark stored information. 897 897 Current actions transfer connmark stored DSCP into 898 898 ipv4/v6 diffserv and/or to transfer connmark to packet ··· 906 906 module will be called act_ctinfo. 907 907 908 908 config NET_ACT_SKBMOD 909 - tristate "skb data modification action" 910 - depends on NET_CLS_ACT 911 - ---help--- 912 - Say Y here to allow modification of skb data 909 + tristate "skb data modification action" 910 + depends on NET_CLS_ACT 911 + ---help--- 912 + Say Y here to allow modification of skb data 913 913 914 - If unsure, say N. 914 + If unsure, say N. 915 915 916 - To compile this code as a module, choose M here: the 917 - module will be called act_skbmod. 916 + To compile this code as a module, choose M here: the 917 + module will be called act_skbmod. 918 918 919 919 config NET_ACT_IFE 920 - tristate "Inter-FE action based on IETF ForCES InterFE LFB" 921 - depends on NET_CLS_ACT 922 - select NET_IFE 923 - ---help--- 920 + tristate "Inter-FE action based on IETF ForCES InterFE LFB" 921 + depends on NET_CLS_ACT 922 + select NET_IFE 923 + ---help--- 924 924 Say Y here to allow for sourcing and terminating metadata 925 925 For details refer to netdev01 paper: 926 926 "Distributing Linux Traffic Control Classifier-Action Subsystem" ··· 930 930 module will be called act_ife. 931 931 932 932 config NET_ACT_TUNNEL_KEY 933 - tristate "IP tunnel metadata manipulation" 934 - depends on NET_CLS_ACT 935 - ---help--- 933 + tristate "IP tunnel metadata manipulation" 934 + depends on NET_CLS_ACT 935 + ---help--- 936 936 Say Y here to set/release ip tunnel metadata. 937 937 938 938 If unsure, say N. ··· 941 941 module will be called act_tunnel_key. 942 942 943 943 config NET_ACT_CT 944 - tristate "connection tracking tc action" 945 - depends on NET_CLS_ACT && NF_CONNTRACK && NF_NAT 946 - help 944 + tristate "connection tracking tc action" 945 + depends on NET_CLS_ACT && NF_CONNTRACK && NF_NAT 946 + help 947 947 Say Y here to allow sending the packets to conntrack module. 948 948 949 949 If unsure, say N. ··· 952 952 module will be called act_ct. 953 953 954 954 config NET_IFE_SKBMARK 955 - tristate "Support to encoding decoding skb mark on IFE action" 956 - depends on NET_ACT_IFE 955 + tristate "Support to encoding decoding skb mark on IFE action" 956 + depends on NET_ACT_IFE 957 957 958 958 config NET_IFE_SKBPRIO 959 - tristate "Support to encoding decoding skb prio on IFE action" 960 - depends on NET_ACT_IFE 959 + tristate "Support to encoding decoding skb prio on IFE action" 960 + depends on NET_ACT_IFE 961 961 962 962 config NET_IFE_SKBTCINDEX 963 - tristate "Support to encoding decoding skb tcindex on IFE action" 964 - depends on NET_ACT_IFE 963 + tristate "Support to encoding decoding skb tcindex on IFE action" 964 + depends on NET_ACT_IFE 965 965 966 966 config NET_TC_SKB_EXT 967 967 bool "TC recirculation support"