From: Zhaolei Date: Fri, 7 Aug 2009 10:53:21 +0000 (+0800) Subject: tracing: Rename set_tracer_flags()'s local variable trace_flags X-Git-Tag: v2.6.32-rc1~718^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7770841e63730d62928b0879498064e9614b2ce0;p=pandora-kernel.git tracing: Rename set_tracer_flags()'s local variable trace_flags set_tracer_flags() have a local variable named trace_flags which has the same name than a global one in the same scope. This leads to confusion, using tracer_flags should be better by its meaning. Changelog: v1->v2: Simplified another patch in this patchset, no change in this patch. Signed-off-by: Zhao Lei Cc: Steven Rostedt Cc: Li Zefan Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed