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

net: Kconfig: indent with tabs instead of spaces

The BAREUDP config option uses spaces instead of tabs for indentation.
The rest of this file uses tabs. Fix this.

Signed-off-by: Marek Behún <kabel@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Marek Behún and committed by
David S. Miller
d6dd33ff dc8cf755

+10 -10
+10 -10
drivers/net/Kconfig
··· 262 262 will be called geneve. 263 263 264 264 config BAREUDP 265 - tristate "Bare UDP Encapsulation" 266 - depends on INET 267 - depends on IPV6 || !IPV6 268 - select NET_UDP_TUNNEL 269 - select GRO_CELLS 270 - help 271 - This adds a bare UDP tunnel module for tunnelling different 272 - kinds of traffic like MPLS, IP, etc. inside a UDP tunnel. 265 + tristate "Bare UDP Encapsulation" 266 + depends on INET 267 + depends on IPV6 || !IPV6 268 + select NET_UDP_TUNNEL 269 + select GRO_CELLS 270 + help 271 + This adds a bare UDP tunnel module for tunnelling different 272 + kinds of traffic like MPLS, IP, etc. inside a UDP tunnel. 273 273 274 - To compile this driver as a module, choose M here: the module 275 - will be called bareudp. 274 + To compile this driver as a module, choose M here: the module 275 + will be called bareudp. 276 276 277 277 config GTP 278 278 tristate "GPRS Tunneling Protocol datapath (GTP-U)"