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

netfilter: Remove leading spaces in Kconfig

Remove leading spaces before tabs in Kconfig file(s) by running the
following command:

$ find net/netfilter -name 'Kconfig*' | xargs sed -r -i 's/^[ ]+\t/\t/'

Signed-off-by: Juerg Haefliger <juergh@canonical.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

authored by

Juerg Haefliger and committed by
Pablo Neira Ayuso
06f02993 f227925e

+2 -2
+1 -1
net/netfilter/Kconfig
··· 816 816 the priority of a packet. Some qdiscs can use this value for 817 817 classification, among these are: 818 818 819 - atm, cbq, dsmark, pfifo_fast, htb, prio 819 + atm, cbq, dsmark, pfifo_fast, htb, prio 820 820 821 821 To compile it as a module, choose M here. If unsure, say N. 822 822
+1 -1
net/netfilter/ipvs/Kconfig
··· 318 318 comment 'IPVS application helper' 319 319 320 320 config IP_VS_FTP 321 - tristate "FTP protocol helper" 321 + tristate "FTP protocol helper" 322 322 depends on IP_VS_PROTO_TCP && NF_CONNTRACK && NF_NAT && \ 323 323 NF_CONNTRACK_FTP 324 324 select IP_VS_NFCT