aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/vtbl.c
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-07-18 06:34:32 -0400
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-07-24 06:36:09 -0400
commitebaaf1af3e9ef05c4fb7c61e4530c15e1ad10e3b (patch)
tree3ecf6d4439ca27b4a3f7ae7c105eb94f3b16f978 /drivers/mtd/ubi/vtbl.c
parent9c9ec147709e63e4e8ac6a037c6bb50688ff8e9c (diff)
UBI: fix kernel-doc errors and warnings
No functional changes, just tweak comments to make kernel-doc work fine and stop complaining. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'drivers/mtd/ubi/vtbl.c')
-rw-r--r--drivers/mtd/ubi/vtbl.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/mtd/ubi/vtbl.c b/drivers/mtd/ubi/vtbl.c
index 10c22257f601..4e1c489a3bae 100644
--- a/drivers/mtd/ubi/vtbl.c
+++ b/drivers/mtd/ubi/vtbl.c
@@ -117,7 +117,7 @@ int ubi_change_vtbl_record(struct ubi_device *ubi, int idx,
117/** 117/**
118 * ubi_vtbl_rename_volumes - rename UBI volumes in the volume table. 118 * ubi_vtbl_rename_volumes - rename UBI volumes in the volume table.
119 * @ubi: UBI device description object 119 * @ubi: UBI device description object
120 * @renam_list: list of &struct ubi_rename_entry objects 120 * @rename_list: list of &struct ubi_rename_entry objects
121 * 121 *
122 * This function re-names multiple volumes specified in @req in the volume 122 * This function re-names multiple volumes specified in @req in the volume
123 * table. Returns zero in case of success and a negative error code in case of 123 * table. Returns zero in case of success and a negative error code in case of
@@ -166,8 +166,7 @@ int ubi_vtbl_rename_volumes(struct ubi_device *ubi,
166} 166}
167 167
168/** 168/**
169 * vtbl_check - check if volume table is not corrupted and contains sensible 169 * vtbl_check - check if volume table is not corrupted and sensible.
170 * data.
171 * @ubi: UBI device description object 170 * @ubi: UBI device description object
172 * @vtbl: volume table 171 * @vtbl: volume table
173 * 172 *
@@ -780,8 +779,7 @@ static int check_scanning_info(const struct ubi_device *ubi,
780} 779}
781 780
782/** 781/**
783 * ubi_read_volume_table - read volume table. 782 * ubi_read_volume_table - read the volume table.
784 * information.
785 * @ubi: UBI device description object 783 * @ubi: UBI device description object
786 * @si: scanning information 784 * @si: scanning information
787 * 785 *