diff options
| author | Wolfgang Denk <wd@denx.de> | 2008-12-16 01:02:17 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-12-16 01:02:17 +0100 | 
| commit | 455ae7e87f67c44e6aea68865c83acadd3fcd36c (patch) | |
| tree | 9f3b69f9c1c2fcc8937e6bd964b1321ac17d45bc /drivers/mtd/ubi/vmt.c | |
| parent | 84bc72d90c505fec3ef4b693995407a0bd4064e5 (diff) | |
| download | olio-uboot-2014.01-455ae7e87f67c44e6aea68865c83acadd3fcd36c.tar.xz olio-uboot-2014.01-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.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/mtd/ubi/vmt.c b/drivers/mtd/ubi/vmt.c index a87a2f367..061da649e 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)) |