summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorPedro Tammela <pctammela@gmail.com>2018-12-05 09:06:08 -0200
committerChris Wilson <chris@chris-wilson.co.uk>2018-12-05 15:02:59 +0000
commit79960227d93b81496365c35f5df162216f94d8e4 (patch)
treea3110e2b94b59bcd2482026bcd373eeeb185b209 /drivers/gpu/drm/i915/Makefile
parent8c0d2c29083d689685c0ecccb82217c732490b50 (diff)
downloadlinux-stable-79960227d93b81496365c35f5df162216f94d8e4.tar.gz
linux-stable-79960227d93b81496365c35f5df162216f94d8e4.tar.bz2
linux-stable-79960227d93b81496365c35f5df162216f94d8e4.zip
Makefile: fix mixed tab and spaces
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
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 19b5fe5016bf..c34bee16730d 100644
--- 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 \