projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e0a74f
)
UBI: Modify wrong comment in ubi_leb_map function.
author
z00189512
<abc.zhangliang@huawei.com>
Tue, 29 Mar 2016 18:41:19 +0000
(
02:41
+0800)
committer
Richard Weinberger
<richard@nod.at>
Tue, 24 May 2016 13:24:20 +0000
(15:24 +0200)
Signed-off-by: z00189512 <abc.zhangliang@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/kapi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mtd/ubi/kapi.c
b/drivers/mtd/ubi/kapi.c
index e844887732fbd062481cc60a3a34a13dd7c25468..cc6fa0115c9ad86995fb0bc577df9dd474493099 100644
(file)
--- a/
drivers/mtd/ubi/kapi.c
+++ b/
drivers/mtd/ubi/kapi.c
@@
-708,7
+708,7
@@
int ubi_leb_map(struct ubi_volume_desc *desc, int lnum)
struct ubi_volume *vol = desc->vol;
struct ubi_device *ubi = vol->ubi;
- dbg_gen("
un
map LEB %d:%d", vol->vol_id, lnum);
+ dbg_gen("map LEB %d:%d", vol->vol_id, lnum);
if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
return -EROFS;