From: Tom Zanussi Date: Mon, 6 Jan 2014 19:44:20 +0000 (-0600) Subject: tracing: Remove double-underscore naming in syscall trigger invocations X-Git-Tag: v3.14-rc1~133^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bf0566db15eda214cc64a77d4d3b96e010ec6ac;p=pandora-kernel.git tracing: Remove double-underscore naming in syscall trigger invocations There's no reason to use double-underscores for any variable name in ftrace_syscall_enter()/exit(), since those functions aren't generated and there's no need to avoid namespace collisions as with the event macros, which is where the original invocation code came from. Link: http://lkml.kernel.org/r/0b489c9d1f7ee315cff60fa0e4c2b433ade8ae0d.1389036657.git.tom.zanussi@linux.intel.com Signed-off-by: Tom Zanussi Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed