OSDN Git Service

MIPS: oprofile: remove unneeded semicolon in common.c
authorJason Yan <yanaijie@huawei.com>
Tue, 28 Apr 2020 06:32:54 +0000 (14:32 +0800)
committerThomas 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

index 03db268..d3996c4 100644 (file)
@@ -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