projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba764dd
)
s390/ap: remove unneeded semicolon
author
Chengyang Fan
<cy.fan@huawei.com>
Mon, 25 Jan 2021 09:58:39 +0000
(17:58 +0800)
committer
Vasily Gorbik
<gor@linux.ibm.com>
Tue, 9 Feb 2021 14:57:04 +0000
(15:57 +0100)
Remove a superfluous semicolon after function definition.
Signed-off-by: Chengyang Fan <cy.fan@huawei.com>
Message-Id: <
20210125095839
.
1720265
-1-cy.fan@huawei.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/ap.h
patch
|
blob
|
history
diff --git
a/arch/s390/include/asm/ap.h
b/arch/s390/include/asm/ap.h
index aea32dda3d1433891f2731a26aea81c3c0acc3c5..837d1699b109b8fdd000c8b797d9f799e4e68a31 100644
(file)
--- 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_ */