perf bench: Clean up bench/bench.h
authorIngo Molnar <mingo@elte.hu>
Tue, 10 Nov 2009 11:50:53 +0000 (20:50 +0900)
committerIngo Molnar <mingo@elte.hu>
Tue, 10 Nov 2009 13:14:35 +0000 (14:14 +0100)
commit606bc1e18d346fc7d7fb333909cc95b06b1ca5b1
tree267e55bf10249f858749eff0332f65453892f600
parent158ba827f6deef4102c5247ed4b6a587f0bd6a07
perf bench: Clean up bench/bench.h

Clean up initializers in bench.h:

  - No need to break the line for function prototypes, they are more
    readable in a single line. (even if checkpatch complains about it

  - We try to align definitions / structure fields vertically,
    to make it  all a bit more readable.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <1257853855-28934-2-git-send-email-mitake@dcl.info.waseda.ac.jp>
tools/perf/bench/bench.h