aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-12-31 11:20:12 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2016-12-31 11:41:49 +0000
commitfe88d122e6aeb86b3bffc76a997ce439cb6f031a (patch)
tree0eb11f1ad67d6ea69071e6114599e34b2246f85d
parent6095868a271d18d0144d26828c5b8c7de390ff5c (diff)
downloadkernel_replicant_linux-fe88d122e6aeb86b3bffc76a997ce439cb6f031a.tar.gz
kernel_replicant_linux-fe88d122e6aeb86b3bffc76a997ce439cb6f031a.tar.bz2
kernel_replicant_linux-fe88d122e6aeb86b3bffc76a997ce439cb6f031a.zip
drm/i915: Drop kerneldoc markup from non-kerneldoc enum drrs_refresh_rate_type
DRRS is not yet kerneldoc despite the allusion prior to enum drrs_refresh_rate_type. Drop the '**' to avoid the warnings from make htmldocs. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20161231112012.29263-4-chris@chris-wilson.co.uk
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 1c127144cd8a..ab499c76e8bd 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -1126,7 +1126,7 @@ struct intel_fbc {
const char *no_fbc_reason;
};
-/**
+/*
* HIGH_RR is the highest eDP panel refresh rate read from EDID
* LOW_RR is the lowest eDP panel refresh rate found from EDID
* parsing for same resolution.