drm/i915: Drop kerneldoc markup from non-kerneldoc enum drrs_refresh_rate_type
authorChris Wilson <[email protected]>
Sat, 31 Dec 2016 11:20:12 +0000 (11:20 +0000)
committerChris Wilson <[email protected]>
Sat, 31 Dec 2016 11:41:49 +0000 (11:41 +0000)
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 <[email protected]>
Reviewed-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_drv.h

index 1c127144cd8a5c381ac720d504273cc6732cbf37..ab499c76e8bdb6a9084e6462de38abe2faeeb1d5 100644 (file)
@@ -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.