projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cae0aa
)
dm log: avoid trailing semicolon in macro
author
Heinz Mauelshagen
<heinzm@redhat.com>
Tue, 7 Feb 2023 21:00:44 +0000
(22:00 +0100)
committer
Mike Snitzer
<snitzer@kernel.org>
Tue, 14 Feb 2023 19:23:07 +0000
(14:23 -0500)
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm-log.c
patch
|
blob
|
history
diff --git
a/drivers/md/dm-log.c
b/drivers/md/dm-log.c
index e1f755138d0af474b2fd542b96e41a2e551b4d20..13271839054faba9c9c736dee36fb789e33a7b28 100644
(file)
--- a/
drivers/md/dm-log.c
+++ b/
drivers/md/dm-log.c
@@
-789,7
+789,7
@@
static region_t core_get_sync_count(struct dm_dirty_log *log)
do { \
if (lc->sync != DEFAULTSYNC) \
DMEMIT("%ssync ", lc->sync == NOSYNC ? "no" : ""); \
- } while (0)
;
+ } while (0)
static int core_status(struct dm_dirty_log *log, status_type_t status,
char *result, unsigned int maxlen)