[Intel-gfx] [PATCH v2 2/3] drm/i915: enum i915_power_well_id is not proper kernel-doc
Jani Nikula
jani.nikula at intel.com
Thu Aug 10 12:29:43 UTC 2017
Revert to a normal comment, as the enum isn't properly documented
anyway.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
drivers/gpu/drm/i915/i915_reg.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
index 56df86ef5a4d..3b42ba9fa473 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -1127,7 +1127,7 @@ static inline bool i915_mmio_reg_valid(i915_reg_t reg)
#define DP_SSS_RESET(pipe) _DP_SSS(0x2, (pipe))
#define DP_SSS_PWR_GATE(pipe) _DP_SSS(0x3, (pipe))
-/**
+/*
* i915_power_well_id:
*
* Platform specific IDs used to look up power wells and - except for custom
--
2.11.0
More information about the Intel-gfx
mailing list