From: Jani Nikula Date: Mon, 18 Jan 2016 07:19:48 +0000 (+0200) Subject: drm/i915: add DOC: headline to RC6 kernel-doc X-Git-Tag: v4.14-rc1~2738^2~45^2~789 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18afd443f7f92c3cf514af531e020c8d992e49ac;p=platform%2Fkernel%2Flinux-rpi.git drm/i915: add DOC: headline to RC6 kernel-doc Without the DOC:, kernel-doc confuses the documentation block for something else. Reviewed-by: Daniel Vetter Signed-off-by: Jani Nikula Link: http://patchwork.freedesktop.org/patch/msgid/1453101588-18008-3-git-send-email-jani.nikula@intel.com --- diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c index 7e6e700..18055555 100644 --- a/drivers/gpu/drm/i915/intel_pm.c +++ b/drivers/gpu/drm/i915/intel_pm.c @@ -32,6 +32,8 @@ #include /** + * DOC: RC6 + * * RC6 is a special power stage which allows the GPU to enter an very * low-voltage mode when idle, using down to 0V while at this stage. This * stage is entered automatically when the GPU is idle when RC6 support is