mirror of https://gitee.com/openkylin/linux.git
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:
parent
0cf2ea1121
commit
618c35556e
|
@ -110,7 +110,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
|
||||||
case CPU_LOONGSON64:
|
case CPU_LOONGSON64:
|
||||||
lmodel = &op_model_loongson3_ops;
|
lmodel = &op_model_loongson3_ops;
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Always set the backtrace. This allows unsupported CPU types to still
|
* Always set the backtrace. This allows unsupported CPU types to still
|
||||||
|
|
Loading…
Reference in New Issue