projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40c2815
)
drm/nouveau: Fix Kconfig indentation
author
Krzysztof Kozlowski
<krzk@kernel.org>
Wed, 20 Nov 2019 13:36:19 +0000
(21:36 +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/20191120133619.11415-1-krzk@kernel.org
drivers/gpu/drm/nouveau/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/Kconfig
b/drivers/gpu/drm/nouveau/Kconfig
index 3558df043592c0a29ca7b88fcf61826400ae6a26..9c990266e8768674dc18c8fdf0bd0343265a9044 100644
(file)
--- a/
drivers/gpu/drm/nouveau/Kconfig
+++ b/
drivers/gpu/drm/nouveau/Kconfig
@@
-2,7
+2,7
@@
config DRM_NOUVEAU
tristate "Nouveau (NVIDIA) cards"
depends on DRM && PCI && MMU
-
select FW_LOADER
+ select FW_LOADER
select DRM_KMS_HELPER
select DRM_TTM
select BACKLIGHT_CLASS_DEVICE if DRM_NOUVEAU_BACKLIGHT