]> asedeno.scripts.mit.edu Git - linux.git/commit
tools lib traceevent: Removed unneeded !! and return parenthesis
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Mon, 1 Apr 2019 16:43:13 +0000 (12:43 -0400)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 1 Apr 2019 18:18:09 +0000 (15:18 -0300)
commit2ce4639f6936261bf6e0bae5c21a0c09a8daeacc
treefc0ce0e6423c60d260b62a8ce549b6d46cb3e9b2
parent80c5526c8544ae76cba31fb9702ab8accac1f0f3
tools lib traceevent: Removed unneeded !! and return parenthesis

As return is not a function we do not need parenthesis around the return
value. Also, a function returning bool does not need to add !!.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Tzvetomir Stoyanov <tstoyanov@vmware.com>
Link: http://lkml.kernel.org/r/20190401164343.817886725@goodmis.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/lib/traceevent/event-parse-api.c