Skip to content

Commit

Permalink
perf/core: Fix ';;' typo
Browse files Browse the repository at this point in the history
Remove double ';;'.

Signed-off-by: Slark Xiao <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
SlarkXiao authored and Ingo Molnar committed Aug 4, 2022
1 parent a41a2e2 commit 99643ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/events/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4457,7 +4457,7 @@ int perf_event_read_local(struct perf_event *event, u64 *value,

*value = local64_read(&event->count);
if (enabled || running) {
u64 __enabled, __running, __now;;
u64 __enabled, __running, __now;

calc_timer_values(event, &__now, &__enabled, &__running);
if (enabled)
Expand Down

0 comments on commit 99643ba

Please sign in to comment.