perf bench messaging: Fix coding style issues for sched-messaging
authorYang Jihong <yangjihong1@huawei.com>
Sat, 23 Sep 2023 09:30:34 +0000 (09:30 +0000)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 27 Sep 2023 04:47:12 +0000 (21:47 -0700)
commit8870261a70942ba7feee85c0f9a24c68c307af68
tree228cbd3cd81868954ae8b44007c2ffccdadab900
parentcefff1f33d2357102f83b99457fd4f9e2ff4eda2
perf bench messaging: Fix coding style issues for sched-messaging

Fixed several code style issues in sched-messaging:
1. Use one space around "-" and "+" operators.
2. When a long line is broken, the operator is at the end of the line.

Signed-off-by: Yang Jihong <yangjihong1@huawei.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20230923093037.961232-2-yangjihong1@huawei.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/bench/sched-messaging.c