Skip to content

Commit

Permalink
reservation: fix small comment typo
Browse files Browse the repository at this point in the history
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
  • Loading branch information
robclark authored and danvet committed Aug 22, 2016
1 parent 420382a commit f5bef0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma-buf/reservation.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ reservation_object_add_shared_replace(struct reservation_object *obj,
* @fence: the shared fence to add
*
* 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,
struct fence *fence)
Expand Down

0 comments on commit f5bef0b

Please sign in to comment.