summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/vmt.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-12-16 01:02:17 +0100
committerWolfgang Denk <wd@denx.de>2008-12-16 01:02:17 +0100
commit455ae7e87f67c44e6aea68865c83acadd3fcd36c (patch)
tree9f3b69f9c1c2fcc8937e6bd964b1321ac17d45bc /drivers/mtd/ubi/vmt.c
parent84bc72d90c505fec3ef4b693995407a0bd4064e5 (diff)
downloadblackbird-obmc-uboot-455ae7e87f67c44e6aea68865c83acadd3fcd36c.tar.gz
blackbird-obmc-uboot-455ae7e87f67c44e6aea68865c83acadd3fcd36c.zip
Coding style cleanup, update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'drivers/mtd/ubi/vmt.c')
-rw-r--r--drivers/mtd/ubi/vmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/vmt.c b/drivers/mtd/ubi/vmt.c
index a87a2f3673..061da649e1 100644
--- a/drivers/mtd/ubi/vmt.c
+++ b/drivers/mtd/ubi/vmt.c
@@ -260,7 +260,7 @@ int ubi_create_volume(struct ubi_device *ubi, struct ubi_mkvol_req *req)
goto out_unlock;
}
- /* Calculate how many eraseblocks are requested */
+ /* Calculate how many eraseblocks are requested */
vol->usable_leb_size = ubi->leb_size - ubi->leb_size % req->alignment;
bytes = req->bytes;
if (do_div(bytes, vol->usable_leb_size))
OpenPOWER on IntegriCloud