linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] locking/selftest: remove trailing semicolon in macro definition
@ 2020-11-27 19:36 trix
  0 siblings, 0 replies; only message in thread
From: trix @ 2020-11-27 19:36 UTC (permalink / raw)
  To: peterz, mingo, will; +Cc: linux-kernel, Tom Rix

From: Tom Rix <trix@redhat.com>

The macro use will already have a semicolon.

Signed-off-by: Tom Rix <trix@redhat.com>
---
 lib/locking-selftest.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/locking-selftest.c b/lib/locking-selftest.c
index a899b3f0e2e5..69b4a1160094 100644
--- a/lib/locking-selftest.c
+++ b/lib/locking-selftest.c
@@ -935,7 +935,7 @@ GENERATE_PERMUTATIONS_3_EVENTS(irqsafe3_soft_wlock)
 	LOCK(B);			\
 	UNLOCK(B);			\
 	UNLOCK(A);			\
-	IRQ_ENABLE();
+	IRQ_ENABLE()
 
 #define E2()				\
 	LOCK(B);			\
@@ -995,7 +995,7 @@ GENERATE_PERMUTATIONS_3_EVENTS(irqsafe4_soft_wlock)
 	LOCK(B);			\
 	UNLOCK(B);			\
 	WU(A);				\
-	IRQ_ENABLE();
+	IRQ_ENABLE()
 
 #define E2()				\
 					\
@@ -1170,7 +1170,7 @@ GENERATE_PERMUTATIONS_3_EVENTS(W1W2_R2R3_R3W1)
 	IRQ_DISABLE();			\
 	WL(A);				\
 	WU(A);				\
-	IRQ_ENABLE();
+	IRQ_ENABLE()
 
 #define E2()				\
 					\
@@ -1218,7 +1218,7 @@ GENERATE_PERMUTATIONS_3_EVENTS(irq_read_recursion_soft_wlock)
 	LOCK(A);			\
 	UNLOCK(A);			\
 	U(B);				\
-	IRQ_ENABLE();
+	IRQ_ENABLE()
 
 #define E2()				\
 					\
@@ -1272,7 +1272,7 @@ GENERATE_PERMUTATIONS_3_EVENTS(irq_read_recursion2_soft_wlock)
 	LOCK(A);			\
 	UNLOCK(A);			\
 	WU(B);				\
-	IRQ_ENABLE();
+	IRQ_ENABLE()
 
 #define E2()				\
 					\
-- 
2.18.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-27 19:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27 19:36 [PATCH] locking/selftest: remove trailing semicolon in macro definition trix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).