From: Milton Miller Date: Tue, 15 Mar 2011 19:27:17 +0000 (-0600) Subject: smp_call_function_interrupt: use typedef and %pf X-Git-Tag: v2.6.39-rc1~449 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8def554d031664e984323f6a5d667f070717776;p=pandora-kernel.git smp_call_function_interrupt: use typedef and %pf Use the newly added smp_call_func_t in smp_call_function_interrupt for the func variable, and make the comment above the WARN more assertive and explicit. Also, func is a function pointer and does not need an offset, so use %pf not %pS. Signed-off-by: Milton Miller Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed