diff mbox series

Makefile: fix mixed tab and spaces

Message ID 20181205110608.5513-1-pctammela@gmail.com (mailing list archive)
State New, archived
Headers show
Series Makefile: fix mixed tab and spaces | expand

Commit Message

Pedro Tammela Dec. 5, 2018, 11:06 a.m. UTC
Fixes a comestic issue where spaces were being used
instead of mixed tab and spaces.

Signed-off-by: Pedro Tammela <pctammela@gmail.com>
---
 drivers/gpu/drm/i915/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Chris Wilson Dec. 5, 2018, 3:01 p.m. UTC | #1
Quoting Pedro Tammela (2018-12-05 11:06:08)
> Fixes a comestic issue where spaces were being used
> instead of mixed tab and spaces.
> 
> Signed-off-by: Pedro Tammela <pctammela@gmail.com>

Consistency good and removes a spurious line from one of patches,
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
-Chris
Chris Wilson Dec. 5, 2018, 8:59 p.m. UTC | #2
Quoting Chris Wilson (2018-12-05 15:01:03)
> Quoting Pedro Tammela (2018-12-05 11:06:08)
> > Fixes a comestic issue where spaces were being used
> > instead of mixed tab and spaces.
> > 
> > Signed-off-by: Pedro Tammela <pctammela@gmail.com>
> 
> Consistency good and removes a spurious line from one of patches,
> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>

And pushed, thanks for the patch.
-Chris
diff mbox series

Patch

diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 1c2857f13ad4..cdba39f7be64 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 \