https://github.com/torvalds/linux
Revision 1f58d9465c568eb47cab939bbc4f30ae51863295 authored by Thierry Reding on 08 August 2014, 11:06:30 UTC, committed by Sumit Semwal on 28 August 2014, 06:29:38 UTC
The seqno_fence_init() function's cond argument isn't described in the
kerneldoc comment. Fix that to silence a warning when building DocBook
documentation.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
1 parent e9f3b79
Raw File
Tip revision: 1f58d9465c568eb47cab939bbc4f30ae51863295 authored by Thierry Reding on 08 August 2014, 11:06:30 UTC
dma-buf/fence: Fix one more kerneldoc warning
Tip revision: 1f58d94
locking-selftest-mutex.h
#undef LOCK
#define LOCK		ML

#undef UNLOCK
#define UNLOCK		MU

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		MI
back to top