From 0f64f2d5fcf6cc9fa6529bde918938755b644128 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Tue, 5 Jul 2016 18:34:14 +0100 Subject: [PATCH] libdm: fix in dm_stats_populate --- libdm/libdm-stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdm/libdm-stats.c b/libdm/libdm-stats.c index ab155896b..83c4d5043 100644 --- a/libdm/libdm-stats.c +++ b/libdm/libdm-stats.c @@ -2227,7 +2227,7 @@ int dm_stats_populate(struct dm_stats *dms, const char *program_id, /* successful list but no regions registered */ if (!dms->nr_regions) - return_0; + return 0; dms->walk_flags = DM_STATS_WALK_REGION; dm_stats_walk_start(dms);