projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a07b3b4
)
dma-buf/fence: Fix a kerneldoc warning
author
Thierry Reding
<treding@nvidia.com>
Fri, 8 Aug 2014 10:42:32 +0000
(12:42 +0200)
committer
Sumit Semwal
<sumit.semwal@linaro.org>
Thu, 28 Aug 2014 06:29:09 +0000
(11:59 +0530)
kerneldoc doesn't know how to parse variables, so don't let it try.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
drivers/dma-buf/fence.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma-buf/fence.c
b/drivers/dma-buf/fence.c
index 4222cb2aa96aa18e66a75f76d0d56b3feb346982..7bb9d65d9a2c9c99f12314c537fa8cf00c0929ef 100644
(file)
--- a/
drivers/dma-buf/fence.c
+++ b/
drivers/dma-buf/fence.c
@@
-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,