Commit 618c3555 authored by Jason Yan's avatar Jason Yan Committed by Thomas Bogendoerfer
Browse files

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: default avatarJason Yan <yanaijie@huawei.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 0cf2ea11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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