From: Frederic Weisbecker Date: Sat, 16 May 2009 03:58:49 +0000 (+0200) Subject: tracing/stat: replace trace_stat_session by stat_session X-Git-Tag: v2.6.31-rc1~401^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d64f8342de26d02451900b1aad94716fe92c4ab;p=pandora-kernel.git tracing/stat: replace trace_stat_session by stat_session The "trace" prefix in struct trace_stat_session type is annoying while reading the trace_stat.c file. It makes the lines longer, and is not that much useful to explain the sense of this type. Just keep "struct stat_session" for this type. [ Impact: make the code a bit more readable ] Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed