arm64: perf: Terminate PMU assignment statements with semicolons
authorWill Deacon <will.deacon@arm.com>
Fri, 5 Oct 2018 12:26:21 +0000 (13:26 +0100)
committerWill Deacon <will.deacon@arm.com>
Wed, 21 Nov 2018 13:16:33 +0000 (13:16 +0000)
commitd3adeed7289220fdc78ee4400efbcd4cf1556215
treed04ee44d6443cbc75ccf814d58686e29331da173
parent9ff01193a20d391e8dbce4403dd5ef87c7eaaca6
arm64: perf: Terminate PMU assignment statements with semicolons

As a hangover from when this code used a designated initialiser, we've
been using commas to terminate the arm_pmu field assignments. Whilst
harmless, it's also weird, so replace them with semicolons instead.

Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/perf_event.c