mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
perf parse-events: Remove unneeded semicolon
./tools/perf/util/parse-events.c:1466:2-3: Unneeded semicolon Signed-off-by: Mingtong Bao <baomingtong001@208suo.com> Link: https://lore.kernel.org/r/2c733a91717eae93119ba2226420fd8f@208suo.com Signed-off-by: Namhyung Kim <namhyung@kernel.org>
This commit is contained in:
parent
bc06026d14
commit
240de691dd
1 changed files with 1 additions and 1 deletions
|
@ -1478,7 +1478,7 @@ static int __parse_events_add_numeric(struct parse_events_state *parse_state,
|
|||
if (extended_type && (type == PERF_TYPE_HARDWARE || type == PERF_TYPE_HW_CACHE)) {
|
||||
assert(perf_pmus__supports_extended_type());
|
||||
attr.config |= (u64)extended_type << PERF_PMU_TYPE_SHIFT;
|
||||
};
|
||||
}
|
||||
|
||||
if (head_config) {
|
||||
if (config_attr(&attr, head_config, parse_state->error,
|
||||
|
|
Loading…
Add table
Reference in a new issue