mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
perf symbol: Remove unneeded semicolon
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the semantic patch at scripts/coccinelle/misc/semicolon.cocci. Signed-off-by: Chen Ni <nichen@iscas.ac.cn> Signed-off-by: Namhyung Kim <namhyung@kernel.org>
This commit is contained in:
parent
081006b7c8
commit
e279039c3e
|
|
@ -389,7 +389,7 @@ static void perf_record_mmap2__read_build_id(struct perf_record_mmap2 *event,
|
|||
dso_id.ino_generation = event->ino_generation;
|
||||
dso_id.mmap2_valid = true;
|
||||
dso_id.mmap2_ino_generation_valid = true;
|
||||
};
|
||||
}
|
||||
|
||||
dso = dsos__findnew_id(&machine->dsos, event->filename, &dso_id);
|
||||
if (dso && dso__has_build_id(dso)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user