From a8939f6d4b0a10e8e81fab3bc56a0964908d1681 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Fri, 14 Jul 2023 12:17:20 +0200 Subject: [PATCH] arch/sparc/src/bm3823/bm3823.h: Fix the name of the constant BM3823_Is_interrupt_pending Remove TABs and spaces from the name of the constant BM3823_Is_interrupt_pending --- arch/sparc/src/bm3823/bm3823.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sparc/src/bm3823/bm3823.h b/arch/sparc/src/bm3823/bm3823.h index 944acc72a2d..643bbbe3e47 100644 --- a/arch/sparc/src/bm3823/bm3823.h +++ b/arch/sparc/src/bm3823/bm3823.h @@ -399,7 +399,7 @@ static __inline__ int bsp_irq_fixup(int irq) INTER_REG.Interrupt_Force = (1 << (_source)); \ } while (0) -#define BM3823_Is_int errupt_pending( _source ) \ +#define BM3823_Is_interrupt_pending( _source ) \ (INTER_REG.Interrupt_Pending & (1 << (_source))) #define BM3823_Is_interrupt_masked( _source ) \