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)
commitac899061a93250c28562f05ad94d5c74603415bc
tree26acc69d4b0f509b2ee0693d3fd7b0fd12232059
parent6a24474da83ea7c8b7d32f05f858b1259994067a
percpu-refcount: cosmetic updates

* 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>
include/linux/percpu-refcount.h
lib/percpu-refcount.c