rcu: Fix a kernel-doc warnings for "count"
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 4 May 2020 12:35:00 +0000 (14:35 +0200)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 18:59:24 +0000 (11:59 -0700)
commit8e11690d2f5a9823d66f68918c3986b4e9e160ab
tree931b39e56e32ff0bf07a0e945bd84854ccefa537
parent9ebcfadb0610322ac537dd7aa5d9cbc2b2894c68
rcu: Fix a kernel-doc warnings for "count"

There are some kernel-doc warnings:

./kernel/rcu/tree.c:2915: warning: Function parameter or member 'count' not described in 'kfree_rcu_cpu'

This commit therefore moves the comment for "count" to the kernel-doc
markup.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/tree.c