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>
This commit is contained in:
Dave Airlie 2016-05-03 10:17:52 +10:00
parent 21daaeee9f
commit e76d399f21
1 changed files with 1 additions and 1 deletions

View 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
*