percpu-refcount: cosmetic updates
authorTejun Heo <tj@kernel.org>
Thu, 13 Jun 2013 03:43:06 +0000 (20:43 -0700)
committerTejun Heo <tj@kernel.org>
Thu, 13 Jun 2013 03:43:06 +0000 (20:43 -0700)
* s/percpu_ref_release/percpu_ref_func_t/ as it's customary to have _t
  postfix for types and the type is gonna be used for a different type
  of callback too.

* Add @ARG to function comments.

* Drop unnecessary and unaligned indentation from percpu_ref_init()
  function comment.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Kent Overstreet <koverstreet@google.com>

No differences found