浏览代码

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>
Dave Airlie 9 年之前
父节点
当前提交
e76d399f21
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/drm/drm_crtc.h

+ 1 - 1
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);
 	return clamp_val(val, 0, max);
 }
 }
 
 
-/*
+/**
  * drm_framebuffer_reference - incr the fb refcnt
  * drm_framebuffer_reference - incr the fb refcnt
  * @fb: framebuffer
  * @fb: framebuffer
  *
  *