mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 05:18:45 +02:00
dm log: avoid trailing semicolon in macro
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
This commit is contained in:
parent
5cae0aa773
commit
fb99e87b44
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user