diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-11-20 14:33:27 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2019-11-20 17:40:32 +0100 |
commit | d917e6466e99570b10fab7f04ae6bbcc326f05ec (patch) | |
tree | d344c36993ccccef8b42d826ed6b7aaaeae21c14 /drivers/gpu/vga | |
parent | Merge tag 'topic/drm-mipi-dsi-dsc-updates-2019-11-11' of ssh://git.freedeskto... (diff) | |
download | linux-d917e6466e99570b10fab7f04ae6bbcc326f05ec.tar.xz linux-d917e6466e99570b10fab7f04ae6bbcc326f05ec.zip |
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
Diffstat (limited to 'drivers/gpu/vga')
-rw-r--r-- | drivers/gpu/vga/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/vga/Kconfig b/drivers/gpu/vga/Kconfig index c8c770b05ed9..1ad4c4ef0b5e 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. |