diff options
Diffstat (limited to 'drivers/mtd/ubi/vtbl.c')
-rw-r--r-- | drivers/mtd/ubi/vtbl.c | 8 |
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 | * |