diff options
author | Steven Rostedt <srostedt@redhat.com> | 2011-04-06 13:21:17 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2011-05-16 14:38:51 -0400 |
commit | dd5477ff3ba978892014ea5f988cb1bf04aa505e (patch) | |
tree | 96e3ded117f7824c0c0a5a2e5cff956504d8efad /security/tomoyo | |
parent | 449a66fd1fa75d36dca917704827c40c8f416bca (diff) |
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 <jreiser@bitwagon.com>
Link: http://lkml.kernel.org/r/20110421023737.290712238@goodmis.org
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'security/tomoyo')
0 files changed, 0 insertions, 0 deletions