Skip to content

Commit 28fa741

Browse files
Colin Ian KingIngo Molnar
authored andcommitted
perf/core: Clean up inconsisent indentation
Replace a bunch of spaces with tab, cleans up indentation Signed-off-by: Colin Ian King <colin.king@canonical.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Arnaldo Carvalho de Melo <acme@kernel.org> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: kernel-janitors@vger.kernel.org Link: http://lkml.kernel.org/r/20181029233211.21475-1-colin.king@canonical.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent f0718d7 commit 28fa741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/events/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ static inline void update_cgrp_time_from_event(struct perf_event *event)
750750
/*
751751
* Do not update time when cgroup is not active
752752
*/
753-
if (cgroup_is_descendant(cgrp->css.cgroup, event->cgrp->css.cgroup))
753+
if (cgroup_is_descendant(cgrp->css.cgroup, event->cgrp->css.cgroup))
754754
__update_cgrp_time(event->cgrp);
755755
}
756756

0 commit comments

Comments
 (0)