aboutsummaryrefslogtreecommitdiff
path: root/disk
diff options
context:
space:
mode:
Diffstat (limited to 'disk')
-rw-r--r--disk/part.c2
-rw-r--r--disk/part_efi.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/disk/part.c b/disk/part.c
index 99f592d..49e39a2 100644
--- a/disk/part.c
+++ b/disk/part.c
@@ -713,7 +713,7 @@ int part_get_info_by_name(struct blk_desc *dev_desc, const char *name,
* @param[in] dev_part_str Input string argument, like "0.1#misc"
* @param[out] dev_desc Place to store the device description pointer
* @param[out] part_info Place to store the partition information
- * @return 0 on success, or a negative on error
+ * Return: 0 on success, or a negative on error
*/
static int part_get_info_by_dev_and_name(const char *dev_iface,
const char *dev_part_str,
diff --git a/disk/part_efi.c b/disk/part_efi.c
index 3809333..611654f 100644
--- a/disk/part_efi.c
+++ b/disk/part_efi.c
@@ -331,7 +331,7 @@ static int part_test_efi(struct blk_desc *dev_desc)
* set_protective_mbr(): Set the EFI protective MBR
* @param dev_desc - block device descriptor
*
- * @return - zero on success, otherwise error
+ * Return: - zero on success, otherwise error
*/
static int set_protective_mbr(struct blk_desc *dev_desc)
{