summaryrefslogtreecommitdiff
path: root/libdm/libdevmapper.h
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2017-01-24 09:29:08 +0000
committerBryn M. Reeves <bmr@redhat.com>2017-01-24 09:29:31 +0000
commitca427a711a33b02264689dcfca4bc5e5d2f9434e (patch)
tree4cb0eca9277062b0f89af272694a01c6c3fe99f8 /libdm/libdevmapper.h
parentec93f37b86977380b59080981fb912ff30dd80ab (diff)
downloadlvm2-ca427a711a33b02264689dcfca4bc5e5d2f9434e.tar.gz
libdm: fix stats comment formatting in libdevmapper.h
Diffstat (limited to 'libdm/libdevmapper.h')
-rw-r--r--libdm/libdevmapper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libdm/libdevmapper.h b/libdm/libdevmapper.h
index 363cf8e67..3c96bd9c8 100644
--- a/libdm/libdevmapper.h
+++ b/libdm/libdevmapper.h
@@ -1320,8 +1320,9 @@ int dm_stats_get_group_descriptor(const struct dm_stats *dms,
* On success the function returns a pointer to an array of uint64_t
* containing the IDs of the newly created regions. The region_id
* array is terminated by the value DM_STATS_REGION_NOT_PRESENT and
- * should be freed using dm_free() when no longer required. On error
- * NULL is returned.
+ * should be freed using dm_free() when no longer required.
+ *
+ * On error NULL is returned.
*
* Following a call to dm_stats_create_regions_from_fd() the handle
* is guaranteed to be in a listed state, and to contain any region
@@ -1329,7 +1330,6 @@ int dm_stats_get_group_descriptor(const struct dm_stats *dms,
*
* The group_id for the new group is equal to the region_id value in
* the first array element.
- *
*/
uint64_t *dm_stats_create_regions_from_fd(struct dm_stats *dms, int fd,
int group, int precise,