drm/fb: fix missing /** in kerneldoc comment.
authorDave Airlie <[email protected]>
Tue, 3 May 2016 00:17:52 +0000 (10:17 +1000)
committerDave Airlie <[email protected]>
Thu, 5 May 2016 02:51:34 +0000 (12:51 +1000)
Reviewed-by: Daniel Vetter <[email protected]>
Reviewed-by: Daniel Stone <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
include/drm/drm_crtc.h

index 2f2bf23d96759198dcbc0580207ff7dc898a1728..0cc1eb7b4fd2b255db194c34ffd8dba8345e30d1 100644 (file)
@@ -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
  *