Commit d917e646 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Daniel Vetter

vga: 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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20191120133327.6519-1-krzk@kernel.org
parent ca380ab3
...@@ -28,6 +28,6 @@ config VGA_SWITCHEROO ...@@ -28,6 +28,6 @@ config VGA_SWITCHEROO
help help
Many laptops released in 2008/9/10 have two GPUs with a multiplexer Many laptops released in 2008/9/10 have two GPUs with a multiplexer
to switch between them. This adds support for dynamic switching when to switch between them. This adds support for dynamic switching when
X isn't running and delayed switching until the next logoff. This X isn't running and delayed switching until the next logoff. This
feature is called hybrid graphics, ATI PowerXpress, and Nvidia feature is called hybrid graphics, ATI PowerXpress, and Nvidia
HybridPower. HybridPower.
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