1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

libdm: fix stats comment formatting in libdevmapper.h

This commit is contained in:
Bryn M. Reeves 2017-01-24 09:29:08 +00:00
parent ec93f37b86
commit ca427a711a

View File

@ -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 * On success the function returns a pointer to an array of uint64_t
* containing the IDs of the newly created regions. The region_id * containing the IDs of the newly created regions. The region_id
* array is terminated by the value DM_STATS_REGION_NOT_PRESENT and * array is terminated by the value DM_STATS_REGION_NOT_PRESENT and
* should be freed using dm_free() when no longer required. On error * should be freed using dm_free() when no longer required.
* NULL is returned. *
* On error NULL is returned.
* *
* Following a call to dm_stats_create_regions_from_fd() the handle * 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 * 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 group_id for the new group is equal to the region_id value in
* the first array element. * the first array element.
*
*/ */
uint64_t *dm_stats_create_regions_from_fd(struct dm_stats *dms, int fd, uint64_t *dm_stats_create_regions_from_fd(struct dm_stats *dms, int fd,
int group, int precise, int group, int precise,