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

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: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20191120133327.6519-1-krzk@kernel.org

authored by

Krzysztof Kozlowski and committed by
Daniel Vetter
d917e646 ca380ab3

+1 -1
+1 -1
drivers/gpu/vga/Kconfig
··· 28 28 help 29 29 Many laptops released in 2008/9/10 have two GPUs with a multiplexer 30 30 to switch between them. This adds support for dynamic switching when 31 - X isn't running and delayed switching until the next logoff. This 31 + X isn't running and delayed switching until the next logoff. This 32 32 feature is called hybrid graphics, ATI PowerXpress, and Nvidia 33 33 HybridPower.