perf tools: Explicitly declare inc_group_count as a void function
authorColin Ian King <[email protected]>
Mon, 7 Mar 2016 19:44:37 +0000 (16:44 -0300)
committerIngo Molnar <[email protected]>
Tue, 8 Mar 2016 09:11:16 +0000 (10:11 +0100)
commit07ef7574458369cb0345facc748e964af68a75f4
tree69aa0bffc192a3ef69c4d3be9f6bb5dc42091658
parent009668520ae00d52026ccdb3884864e3473c6b65
perf tools: Explicitly declare inc_group_count as a void function

The return type is not defined, so it defaults to int, however, the
function is not returning anything, so this is clearly not correct. Make
it a void function.

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: David Ahern <[email protected]>
Cc: He Kuang <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
tools/perf/util/parse-events.y