From: Steven Rostedt Date: Wed, 6 Apr 2011 17:21:17 +0000 (-0400) Subject: ftrace/trivial: Clean up recordmcount.c to use Linux style comparisons X-Git-Tag: v3.0-rc1~404^2~6^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd5477ff3ba978892014ea5f988cb1bf04aa505e;p=pandora-kernel.git ftrace/trivial: Clean up recordmcount.c to use Linux style comparisons The Linux ftrace subsystem style for comparing is: var == 1 var > 0 and not: 1 == var 0 < var It is considered that Linux developers are smart enough not to do the if (var = 1) mistake. Cc: John Reiser Link: http://lkml.kernel.org/r/20110421023737.290712238@goodmis.org Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed