drm/i915: Fixup kerneldoc code snippets in intel_uncore.c
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 15 Jul 2016 19:48:05 +0000 (21:48 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 19 Jul 2016 08:34:24 +0000 (10:34 +0200)
commit3d466cd67e85fe11493001cf62b988afff018d33
tree43e1c1c6c93fe4011360c6dd0841b1964f932dd9
parentd1054ee492a89b134fb0ac527b0714c277ae9c0f
drm/i915: Fixup kerneldoc code snippets in intel_uncore.c

We need :: before, blank lines around and indentation with 4 _additional_
spaces to make it work. Also, don't use @param in code snippets, it results
in confusion.

Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1468612088-9721-8-git-send-email-daniel.vetter@ffwll.ch
drivers/gpu/drm/i915/intel_uncore.c