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

Commit e9f3b796 authored by Thierry Reding's avatar Thierry Reding Committed by Sumit Semwal
Browse files

dma-buf/fence: Fix a kerneldoc warning



kerneldoc doesn't know how to parse variables, so don't let it try.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarSumit Semwal <sumit.semwal@linaro.org>
parent a07b3b45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,