Commit e76d399f authored by Dave Airlie's avatar Dave Airlie

drm/fb: fix missing /** in kerneldoc comment.

Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: default avatarDaniel Stone <daniels@collabora.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 21daaeee
...@@ -2606,7 +2606,7 @@ static inline uint32_t drm_color_lut_extract(uint32_t user_input, ...@@ -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
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment