lkml.org 
[lkml]   [2020]   [Nov]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] locking/selftest: remove trailing semicolon in macro definition
Date
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
\
 
 \ /
  Last update: 2020-11-28 03:33    [W:0.025 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site