Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dma-buf/fence: Fix a kerneldoc warning

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>

authored by

Thierry Reding and committed by
Sumit Semwal
e9f3b796 a07b3b45

+1 -1
+1 -1
drivers/dma-buf/fence.c
··· 29 29 EXPORT_TRACEPOINT_SYMBOL(fence_annotate_wait_on); 30 30 EXPORT_TRACEPOINT_SYMBOL(fence_emit); 31 31 32 - /** 32 + /* 33 33 * fence context counter: each execution context should have its own 34 34 * fence context, this allows checking if fences belong to the same 35 35 * context or not. One device can have multiple separate contexts,