reservation: fix small comment typo
Signed-off-by: Rob Clark <robdclark@gmail.com> [danvet: Mark up as function for proper cross-linking.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1471640134-30888-1-git-send-email-robdclark@gmail.com
This commit is contained in:
@@ -205,7 +205,7 @@ done:
|
|||||||
* @fence: the shared fence to add
|
* @fence: the shared fence to add
|
||||||
*
|
*
|
||||||
* Add a fence to a shared slot, obj->lock must be held, and
|
* Add a fence to a shared slot, obj->lock must be held, and
|
||||||
* reservation_object_reserve_shared_fence has been called.
|
* reservation_object_reserve_shared() has been called.
|
||||||
*/
|
*/
|
||||||
void reservation_object_add_shared_fence(struct reservation_object *obj,
|
void reservation_object_add_shared_fence(struct reservation_object *obj,
|
||||||
struct fence *fence)
|
struct fence *fence)
|
||||||
|
|||||||
Reference in New Issue
Block a user