Skip to content

Commit 3317aac

Browse files
wb-zjp846396hdeller
authored andcommitted
parisc: remove unneeded semicolon in perf_regs.c
No functional modification involved. ./arch/parisc/kernel/perf_regs.c:30:2-3: Unneeded semicolon. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=26159 Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202511090323.OwYsZkev-lkp@intel.com/ Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 1aa4524 commit 3317aac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/parisc/kernel/perf_regs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ u64 perf_reg_value(struct pt_regs *regs, int idx)
2727
return regs->ior;
2828
case PERF_REG_PARISC_IPSW: /* CR22 */
2929
return regs->ipsw;
30-
};
30+
}
3131
WARN_ON_ONCE((u32)idx >= PERF_REG_PARISC_MAX);
3232
return 0;
3333
}

0 commit comments

Comments
 (0)