diff options
author | Colin Ian King <[email protected]> | 2018-10-29 23:32:11 +0000 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2018-10-30 09:51:58 +0100 |
commit | 28fa741c27e6d57f6bf594ba3c444ce79e671e09 (patch) | |
tree | 178fb1df05cad60ad0aec2b5f8de318015e4a398 | |
parent | f0718d792b8a6d4b5ddc929e418ac57cc4897375 (diff) |
perf/core: Clean up inconsisent indentation
Replace a bunch of spaces with tab, cleans up indentation
Signed-off-by: Colin Ian King <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | kernel/events/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/events/core.c b/kernel/events/core.c index 5a97f34bc14c..65e90c752a91 100644 --- a/kernel/events/core.c +++ b/kernel/events/core.c @@ -750,7 +750,7 @@ static inline void update_cgrp_time_from_event(struct perf_event *event) /* * Do not update time when cgroup is not active */ - if (cgroup_is_descendant(cgrp->css.cgroup, event->cgrp->css.cgroup)) + if (cgroup_is_descendant(cgrp->css.cgroup, event->cgrp->css.cgroup)) __update_cgrp_time(event->cgrp); } |