From: Dave Airlie Date: Tue, 3 May 2016 00:17:52 +0000 (+1000) Subject: drm/fb: fix missing /** in kerneldoc comment. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e76d399f21f3fd20c470233af73cab2e5307d566;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git drm/fb: fix missing /** in kerneldoc comment. Reviewed-by: Daniel Vetter Reviewed-by: Daniel Stone Signed-off-by: Dave Airlie --- 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, return clamp_val(val, 0, max); } -/* +/** * drm_framebuffer_reference - incr the fb refcnt * @fb: framebuffer *