From: Ondrej Oprala Date: Thu, 27 Mar 2014 11:40:48 +0000 (+0100) Subject: libmount: silence some docs warnings X-Git-Tag: v2.25-rc1~397 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cbe9202781c6dc6977cf417614ad371a7d08fb77;p=thirdparty%2Futil-linux.git libmount: silence some docs warnings Signed-off-by: Ondrej Oprala --- diff --git a/libmount/src/tab.c b/libmount/src/tab.c index 33e0eb8358..86d682a0fe 100644 --- a/libmount/src/tab.c +++ b/libmount/src/tab.c @@ -732,7 +732,7 @@ static int mnt_table_move_parent(struct libmnt_table *tb, int oldid, int newid) /** * mnt_table_uniq_fs: * @tb: table - * @direction: MNT_UNIQ_* + * @flags: MNT_UNIQ_* * @cmp: function to compare filesystems * * This function de-duplicate the @tb, but does not change order of the diff --git a/libmount/src/version.c b/libmount/src/version.c index 1a12134190..7c26c255d1 100644 --- a/libmount/src/version.c +++ b/libmount/src/version.c @@ -1,5 +1,5 @@ /* - * version.c - Return the version of the blkid library + * version.c - Return the version of the libmount library * * Copyright (C) 2008 Karel Zak * [Based on libblkid/version.c by Theodore Ts'o]