projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca380ab
)
vga: Fix Kconfig indentation
author
Krzysztof Kozlowski
<krzk@kernel.org>
Wed, 20 Nov 2019 13:33:27 +0000
(21:33 +0800)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 20 Nov 2019 16:40:32 +0000
(17:40 +0100)
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
drivers/gpu/vga/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/vga/Kconfig
b/drivers/gpu/vga/Kconfig
index c8c770b05ed9b16ba2b005cf21028a579cd8a19e..1ad4c4ef0b5e1df823bc1cd59ffb8b0c4f3e11f3 100644
(file)
--- 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.