]> Git Repo - linux.git/commitdiff
perf/core: Clean up inconsisent indentation
authorColin Ian King <[email protected]>
Mon, 29 Oct 2018 23:32:11 +0000 (23:32 +0000)
committerIngo Molnar <[email protected]>
Tue, 30 Oct 2018 08:51:58 +0000 (09:51 +0100)
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]>
kernel/events/core.c

index 5a97f34bc14c8e2e31a452cb6fdcd38774a3b9a1..65e90c752a91e7565128bb2ef723f29c678dde32 100644 (file)
@@ -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);
 }
 
This page took 0.065245 seconds and 4 git commands to generate.