From: Krzysztof Kozlowski Date: Wed, 20 Nov 2019 13:33:27 +0000 (+0800) Subject: vga: Fix Kconfig indentation X-Git-Tag: v5.10.7~2352^2~6^2~849 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d917e6466e99570b10fab7f04ae6bbcc326f05ec;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20191120133327.6519-1-krzk@kernel.org --- diff --git a/drivers/gpu/vga/Kconfig b/drivers/gpu/vga/Kconfig index c8c770b..1ad4c4e 100644 --- a/drivers/gpu/vga/Kconfig +++ b/drivers/gpu/vga/Kconfig @@ -28,6 +28,6 @@ config VGA_SWITCHEROO help Many laptops released in 2008/9/10 have two GPUs with a multiplexer 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 HybridPower.