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:
8c0d2c2
)
Makefile: fix mixed tab and spaces
author
Pedro Tammela
<pctammela@gmail.com>
Wed, 5 Dec 2018 11:06:08 +0000
(09:06 -0200)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Wed, 5 Dec 2018 15:02:59 +0000
(15:02 +0000)
Fixes a comestic issue where spaces were being used
instead of mixed tab and spaces.
Signed-off-by: Pedro Tammela <pctammela@gmail.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link:
https://patchwork.freedesktop.org/patch/msgid/20181205110608.5513-1-pctammela@gmail.com
drivers/gpu/drm/i915/Makefile
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/Makefile
b/drivers/gpu/drm/i915/Makefile
index 19b5fe5016bf6617394da4d0e795d62e8d49a857..c34bee16730d70027bab8a231454d2ebbacaff80 100644
(file)
--- a/
drivers/gpu/drm/i915/Makefile
+++ b/
drivers/gpu/drm/i915/Makefile
@@
-40,7
+40,7
@@
i915-y := i915_drv.o \
i915_mm.o \
i915_params.o \
i915_pci.o \
-
i915_suspend.o \
+ i915_suspend.o \
i915_syncmap.o \
i915_sw_fence.o \
i915_sysfs.o \