Commit fb99e87b authored by Heinz Mauelshagen's avatar Heinz Mauelshagen Committed by Mike Snitzer

dm log: avoid trailing semicolon in macro

Signed-off-by: default avatarHeinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: default avatarMike Snitzer <snitzer@kernel.org>
parent 5cae0aa7
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment