From 4e76cecd6f2aaaaba332ec6fec85b0d0b3c76b9a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 26 Nov 2014 11:26:31 +0100 Subject: [PATCH] libfdisk: cleanup fdisk_partition_to_string() comment --- libfdisk/src/partition.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libfdisk/src/partition.c b/libfdisk/src/partition.c index 194b68e3d0..d823857bf6 100644 --- a/libfdisk/src/partition.c +++ b/libfdisk/src/partition.c @@ -600,7 +600,8 @@ int fdisk_partition_next_partno( * Returns info about partition converted to printable string. * * For example - * + * + * * struct fdisk_parition *pa; * * fdisk_get_partition(cxt, 0, &pa); @@ -608,12 +609,13 @@ int fdisk_partition_next_partno( * printf("first partition uuid: %s\n", data); * free(data); * fdisk_unref_partition(pa); + * + * * * returns UUID for the first partition. * * Returns 0 on success, otherwise, a corresponding error. */ - int fdisk_partition_to_string(struct fdisk_partition *pa, struct fdisk_context *cxt, int id, -- 2.47.2