diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-19 09:03:17 -0500 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-26 12:15:16 -0500 |
commit | 16f557ecbf96dd13d13788a6f62d4d97ae73b1f9 (patch) | |
tree | c4bf8b052b7d8e0fb968cf7a274da1db7dd7bf97 /drivers/mtd/ubi/vtbl.c | |
parent | 593dd33c92c6529443d5df1350dc5cc76511232d (diff) |
UBI: fix comment
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'drivers/mtd/ubi/vtbl.c')
-rw-r--r-- | drivers/mtd/ubi/vtbl.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/mtd/ubi/vtbl.c b/drivers/mtd/ubi/vtbl.c index a37dc7a213b1..7a1a8a1da610 100644 --- a/drivers/mtd/ubi/vtbl.c +++ b/drivers/mtd/ubi/vtbl.c | |||
@@ -115,9 +115,8 @@ int ubi_change_vtbl_record(struct ubi_device *ubi, int idx, | |||
115 | } | 115 | } |
116 | 116 | ||
117 | /** | 117 | /** |
118 | * vol_til_check - check if volume table is not corrupted and contains sensible | 118 | * vtbl_check - check if volume table is not corrupted and contains sensible |
119 | * data. | 119 | * data. |
120 | * | ||
121 | * @ubi: UBI device description object | 120 | * @ubi: UBI device description object |
122 | * @vtbl: volume table | 121 | * @vtbl: volume table |
123 | * | 122 | * |