diff options
author | Dave Airlie <airlied@redhat.com> | 2016-05-02 20:17:52 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2016-05-04 22:51:34 -0400 |
commit | e76d399f21f3fd20c470233af73cab2e5307d566 (patch) | |
tree | b6cc675aba6992e3184830fdb5d3a69c671d0c69 | |
parent | 21daaeee9f55ee407422ad225790dee57f0d5171 (diff) |
drm/fb: fix missing /** in kerneldoc comment.
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r-- | include/drm/drm_crtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 2f2bf23d9675..0cc1eb7b4fd2 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
@@ -2606,7 +2606,7 @@ static inline uint32_t drm_color_lut_extract(uint32_t user_input, | |||
2606 | return clamp_val(val, 0, max); | 2606 | return clamp_val(val, 0, max); |
2607 | } | 2607 | } |
2608 | 2608 | ||
2609 | /* | 2609 | /** |
2610 | * drm_framebuffer_reference - incr the fb refcnt | 2610 | * drm_framebuffer_reference - incr the fb refcnt |
2611 | * @fb: framebuffer | 2611 | * @fb: framebuffer |
2612 | * | 2612 | * |