On Mon, Jan 25, 2021 at 05:58:39PM +0800, Chengyang Fan wrote: > Remove a superfluous semicolon after function definition. > > Signed-off-by: Chengyang Fan <cy.fan@xxxxxxxxxx> > --- > arch/s390/include/asm/ap.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/s390/include/asm/ap.h b/arch/s390/include/asm/ap.h > index aea32dda3d14..837d1699b109 100644 > --- a/arch/s390/include/asm/ap.h > +++ b/arch/s390/include/asm/ap.h > @@ -368,7 +368,7 @@ static inline struct ap_queue_status ap_dqap(ap_qid_t qid, > #if IS_ENABLED(CONFIG_ZCRYPT) > void ap_bus_cfg_chg(void); > #else > -static inline void ap_bus_cfg_chg(void){}; > +static inline void ap_bus_cfg_chg(void){} > #endif > > #endif /* _ASM_S390_AP_H_ */ > -- Applied, thanks.