mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 06:10:45 -04:00
MIPS: oprofile: remove unneeded semicolon in common.c
Fix the following coccicheck warning: arch/mips/oprofile/common.c:113:2-3: Unneeded semicolon Signed-off-by: Jason Yan <yanaijie@huawei.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
committed by
Thomas Bogendoerfer
parent
0cf2ea1121
commit
618c35556e
@@ -110,7 +110,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
|
||||
case CPU_LOONGSON64:
|
||||
lmodel = &op_model_loongson3_ops;
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
/*
|
||||
* Always set the backtrace. This allows unsupported CPU types to still
|
||||
|
||||
Reference in New Issue
Block a user