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
This commit is contained in:
simbit18 2023-07-14 12:17:20 +02:00 committed by Xiang Xiao
parent e8c6eb0aba
commit a8939f6d4b

View File

@ -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 ) \