From: Tejun Heo Date: Thu, 13 Jun 2013 03:43:06 +0000 (-0700) Subject: percpu-refcount: cosmetic updates X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~46^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac899061a93250c28562f05ad94d5c74603415bc;p=pandora-kernel.git 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 Acked-by: Kent Overstreet --- Reading git-diff-tree failed