mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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>
This commit is contained in:
committed by
Helge Deller
parent
1aa4524c0c
commit
3317aaca33
@@ -27,7 +27,7 @@ u64 perf_reg_value(struct pt_regs *regs, int idx)
|
||||
return regs->ior;
|
||||
case PERF_REG_PARISC_IPSW: /* CR22 */
|
||||
return regs->ipsw;
|
||||
};
|
||||
}
|
||||
WARN_ON_ONCE((u32)idx >= PERF_REG_PARISC_MAX);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user