diff options
author | Pedro Tammela <pctammela@gmail.com> | 2018-12-05 09:06:08 -0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2018-12-05 15:02:59 +0000 |
commit | 79960227d93b81496365c35f5df162216f94d8e4 (patch) | |
tree | a3110e2b94b59bcd2482026bcd373eeeb185b209 /drivers | |
parent | 8c0d2c29083d689685c0ecccb82217c732490b50 (diff) | |
download | talos-op-linux-79960227d93b81496365c35f5df162216f94d8e4.tar.gz talos-op-linux-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')
-rw-r--r-- | drivers/gpu/drm/i915/Makefile | 2 |
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 \ |