commit | ac899061a93250c28562f05ad94d5c74603415bc | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Jun 12 20:43:06 2013 -0700 |
committer | Tejun Heo <tj@kernel.org> | Wed Jun 12 20:43:06 2013 -0700 |
tree | 26acc69d4b0f509b2ee0693d3fd7b0fd12232059 | |
parent | 6a24474da83ea7c8b7d32f05f858b1259994067a [diff] |
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>