All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] s390/ap: remove unneeded semicolon
@ 2021-01-25  9:58 Chengyang Fan
  2021-01-27 12:41 ` Vasily Gorbik
  0 siblings, 1 reply; 2+ messages in thread
From: Chengyang Fan @ 2021-01-25  9:58 UTC (permalink / raw)
  To: hca, gor; +Cc: linux-s390, joe

Remove a superfluous semicolon after function definition.

Signed-off-by: Chengyang Fan <cy.fan@huawei.com>
---
 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_ */
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] s390/ap: remove unneeded semicolon
  2021-01-25  9:58 [PATCH] s390/ap: remove unneeded semicolon Chengyang Fan
@ 2021-01-27 12:41 ` Vasily Gorbik
  0 siblings, 0 replies; 2+ messages in thread
From: Vasily Gorbik @ 2021-01-27 12:41 UTC (permalink / raw)
  To: Chengyang Fan; +Cc: hca, linux-s390, joe, Harald Freudenberger

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@huawei.com>
> ---
>  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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-27 12:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-25  9:58 [PATCH] s390/ap: remove unneeded semicolon Chengyang Fan
2021-01-27 12:41 ` Vasily Gorbik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.