Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Makefile: fix mixed tab and spaces
@ 2018-12-05 10:56 Pedro Tammela
  2018-12-05 17:03 ` Saarinen, Jani
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Pedro Tammela @ 2018-12-05 10:56 UTC (permalink / raw)
  To: intel-gfx

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(-)

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 \
-- 
2.19.2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-12-06  0:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-05 10:56 [PATCH] Makefile: fix mixed tab and spaces Pedro Tammela
2018-12-05 17:03 ` Saarinen, Jani
2018-12-05 18:10   ` Pedro Tammela
2018-12-05 17:28 ` ✓ Fi.CI.BAT: success for Makefile: fix mixed tab and spaces (rev2) Patchwork
2018-12-06  0:07 ` ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox