Commit 97d62caa authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Peter Zijlstra

refcount: Fix a kernel-doc markup

The kernel-doc markup is wrong: it is asking the tool to document
struct refcount_struct, instead of documenting typedef refcount_t.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: default avatarKees Cook <keescook@chromium.org>
Link: https://lkml.kernel.org/r/afb9bb1e675bf5f72a34a55d780779d7d5916b4c.1606823973.git.mchehab+huawei@kernel.org
parent b6498aad
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
struct mutex; struct mutex;
/** /**
* struct refcount_t - variant of atomic_t specialized for reference counts * typedef refcount_t - variant of atomic_t specialized for reference counts
* @refs: atomic_t counter field * @refs: atomic_t counter field
* *
* The counter saturates at REFCOUNT_SATURATED and will not move once * The counter saturates at REFCOUNT_SATURATED and will not move once
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment