summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Oprala2014-03-27 12:40:48 +0100
committerKarel Zak2014-03-28 11:25:40 +0100
commitcbe9202781c6dc6977cf417614ad371a7d08fb77 (patch)
treeb59a97760588f145becf72c9b08a8ccc26656243
parentMerge branch 'fix-ppc-tests' of https://github.com/rudimeier/util-linux (diff)
downloadkernel-qcow2-util-linux-cbe9202781c6dc6977cf417614ad371a7d08fb77.tar.gz
kernel-qcow2-util-linux-cbe9202781c6dc6977cf417614ad371a7d08fb77.tar.xz
kernel-qcow2-util-linux-cbe9202781c6dc6977cf417614ad371a7d08fb77.zip
libmount: silence some docs warnings
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
-rw-r--r--libmount/src/tab.c2
-rw-r--r--libmount/src/version.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libmount/src/tab.c b/libmount/src/tab.c
index 33e0eb835..86d682a0f 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 1a1213419..7c26c255d 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 <kzak@redhat.com>
* [Based on libblkid/version.c by Theodore Ts'o]