From: Steven Rostedt (Red Hat) Date: Wed, 23 Jul 2014 19:03:00 +0000 (-0400) Subject: ftrace: Rename ftrace_ops field from trampolines to nr_trampolines X-Git-Tag: omap-for-v3.17/fixes-against-rc2~186^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0162d621ddf3bd02bf7de324dcf002d9c84c5059;p=pandora-kernel.git ftrace: Rename ftrace_ops field from trampolines to nr_trampolines Having two fields within the same struct that is off by one character can be confusing and error prone. Rename the counter "trampolines" to "nr_trampolines" to explicitly show it is a counter and not to be confused by the "trampoline" field. Suggested-by: Oleg Nesterov Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed