From 4bf0566db15eda214cc64a77d4d3b96e010ec6ac Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Mon, 6 Jan 2014 13:44:20 -0600 Subject: [PATCH] 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-format-patch failed