Skip to content

Commit

Permalink
drm/fb: fix missing /** in kerneldoc comment.
Browse files Browse the repository at this point in the history
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Dave Airlie committed May 5, 2016
1 parent 21daaee commit e76d399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/drm/drm_crtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit e76d399

Please sign in to comment.