projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ce7be1
)
UBI: trivial: fix comment of ubi_calculate_reserved function
author
Shmulik Ladkani
<shmulik.ladkani@gmail.com>
Wed, 4 Jul 2012 08:06:03 +0000
(11:06 +0300)
committer
Artem Bityutskiy
<Artem.Bityutskiy@linux.intel.com>
Wed, 18 Jul 2012 10:33:03 +0000
(13:33 +0300)
The function name within the comment was not aligned with the actual
function name.
Signed-off-by: Shmulik Ladkani <shmulik.ladkani@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
drivers/mtd/ubi/misc.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/ubi/misc.c
b/drivers/mtd/ubi/misc.c
index f6a7d7ac4b98a6fb1f2dd3b8d2f0abad4b06bd45..b57134d1bdee7ed4da3052676a20371b14ccf666 100644
(file)
--- a/
drivers/mtd/ubi/misc.c
+++ b/
drivers/mtd/ubi/misc.c
@@
-92,7
+92,7
@@
int ubi_check_volume(struct ubi_device *ubi, int vol_id)
}
/**
- * ubi_calculate_r
svd_pool
- calculate how many PEBs must be reserved for bad
+ * ubi_calculate_r
eserved
- calculate how many PEBs must be reserved for bad
* eraseblock handling.
* @ubi: UBI device description object
*/