projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cf2ea1
)
MIPS: oprofile: remove unneeded semicolon in common.c
author
Jason Yan
<yanaijie@huawei.com>
Tue, 28 Apr 2020 06:32:54 +0000
(14:32 +0800)
committer
Thomas Bogendoerfer
<tsbogend@alpha.franken.de>
Tue, 28 Apr 2020 11:08:42 +0000
(13:08 +0200)
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>
arch/mips/oprofile/common.c
patch
|
blob
|
history
diff --git
a/arch/mips/oprofile/common.c
b/arch/mips/oprofile/common.c
index 03db268cba5cb70fd77eb41ed37da65892f127ea..d3996c4c6440eb3aaedd96513eccf7ca66417af7 100644
(file)
--- a/
arch/mips/oprofile/common.c
+++ b/
arch/mips/oprofile/common.c
@@
-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