Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e76d399f authored by Dave Airlie's avatar Dave Airlie
Browse files

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

parent 21daaeee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
 *