OSDN Git Service

tracing: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 20 Nov 2019 13:38:07 +0000 (21:38 +0800)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Sat, 23 Nov 2019 00:41:08 +0000 (19:41 -0500)
commitfc809bc5ceaa665497384064ab2d76713c774bad
tree660ba499cf0b2c022a6789452e69ba4bbde06ed3
parenta82a4804b4ee3636c8988fea14d44f70f4de45f1
tracing: 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

Link: http://lkml.kernel.org/r/20191120133807.12741-1-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/Kconfig