summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/alignment.c
diff options
context:
space:
mode:
authorKarel Zak2015-01-13 11:45:19 +0100
committerKarel Zak2015-01-13 11:45:19 +0100
commit0c07055c39d38c106782db4ef5e806535641c556 (patch)
tree84cdf17e7bb72b1d36b8b330b48196d94638ce44 /libfdisk/src/alignment.c
parentraw: fix raw query (diff)
downloadkernel-qcow2-util-linux-0c07055c39d38c106782db4ef5e806535641c556.tar.gz
kernel-qcow2-util-linux-0c07055c39d38c106782db4ef5e806535641c556.tar.xz
kernel-qcow2-util-linux-0c07055c39d38c106782db4ef5e806535641c556.zip
libfdisk: cleanup gtk-docs warnings
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libfdisk/src/alignment.c')
-rw-r--r--libfdisk/src/alignment.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libfdisk/src/alignment.c b/libfdisk/src/alignment.c
index 67f1ddd08..1baee57a8 100644
--- a/libfdisk/src/alignment.c
+++ b/libfdisk/src/alignment.c
@@ -12,7 +12,7 @@
* @short_description: functions to align partitions and work with disk topology and geometry
*
* The libfdisk aligns the end of the partitions to make it possible to align
- * the next partition to the "grain" (see fdisk_get_grain()). The grain is
+ * the next partition to the "grain" (see fdisk_get_grain_size()). The grain is
* usually 1MiB (or more for devices where optimal I/O is greater than 1MiB).
*
* It means that the library does not align strictly to physical sector size
@@ -65,7 +65,7 @@ static int lba_is_phy_aligned(struct fdisk_context *cxt, fdisk_sector_t lba)
* @lba: address to align
* @direction: FDISK_ALIGN_{UP,DOWN,NEAREST}
*
- * This function aligns @lba to the "grain" (see fdisk_get_grain()). If the
+ * This function aligns @lba to the "grain" (see fdisk_get_grain_size()). If the
* device uses alignment offset then the result is moved according the offset
* to be on the physical boundary.
*