Skip to content

Commit

Permalink
dma-buf/fence: Fix a kerneldoc warning
Browse files Browse the repository at this point in the history
kerneldoc doesn't know how to parse variables, so don't let it try.

Signed-off-by: Thierry Reding <[email protected]>
Signed-off-by: Sumit Semwal <[email protected]>
  • Loading branch information
thierryreding authored and sumitsemwal committed Aug 28, 2014
1 parent a07b3b4 commit e9f3b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma-buf/fence.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
EXPORT_TRACEPOINT_SYMBOL(fence_annotate_wait_on);
EXPORT_TRACEPOINT_SYMBOL(fence_emit);

/**
/*
* fence context counter: each execution context should have its own
* fence context, this allows checking if fences belong to the same
* context or not. One device can have multiple separate contexts,
Expand Down

0 comments on commit e9f3b79

Please sign in to comment.