All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] drm/i915/guc: Update header guard name of intel_guc_submission.h
@ 2017-11-24  8:20 Sagar Arun Kamble
  2017-11-24  9:04 ` ✓ Fi.CI.BAT: success for series starting with [1/1] " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Sagar Arun Kamble @ 2017-11-24  8:20 UTC (permalink / raw)
  To: intel-gfx

While renaming i915_guc_submission.h to intel_guc_submission.h, update of
header guard name to _INTEL_GUC_SUBMISSION_H_ was missed.

Fixes: a269574489d4 (drm/i915/guc: Rename i915_guc_submission.c|h to intel_guc_submission.c|h)
Signed-off-by: Sagar Arun Kamble <sagar.a.kamble@intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
---
 drivers/gpu/drm/i915/intel_guc_submission.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/intel_guc_submission.h b/drivers/gpu/drm/i915/intel_guc_submission.h
index e901192..021fe85 100644
--- a/drivers/gpu/drm/i915/intel_guc_submission.h
+++ b/drivers/gpu/drm/i915/intel_guc_submission.h
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef _I915_GUC_SUBMISSION_H_
-#define _I915_GUC_SUBMISSION_H_
+#ifndef _INTEL_GUC_SUBMISSION_H_
+#define _INTEL_GUC_SUBMISSION_H_
 
 #include <linux/spinlock.h>
 
-- 
1.9.1

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

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

end of thread, other threads:[~2017-11-24 12:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-24  8:20 [PATCH 1/1] drm/i915/guc: Update header guard name of intel_guc_submission.h Sagar Arun Kamble
2017-11-24  9:04 ` ✓ Fi.CI.BAT: success for series starting with [1/1] " Patchwork
2017-11-24  9:32 ` [PATCH 1/1] " Michal Wajdeczko
2017-11-24  9:42   ` Chris Wilson
2017-11-24 12:42     ` Sagar Arun Kamble
2017-11-24 10:18 ` ✓ Fi.CI.IGT: success for series starting with [1/1] " Patchwork
2017-11-24 10:37   ` Chris Wilson
2017-11-24 11:15 ` [PATCH 1/1] " Joonas Lahtinen
2017-11-24 12:43   ` Sagar Arun Kamble

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.