diff options
author | Shmulik Ladkani <shmulik.ladkani@gmail.com> | 2012-07-04 04:06:03 -0400 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com> | 2012-07-18 06:33:03 -0400 |
commit | 5c669a5bd8c0f0567127128990d01f9ae320a9ef (patch) | |
tree | 7fabe09062722a94f403e8ce0b848dbebde56897 /drivers/mtd | |
parent | 2ce7be1b777d4f06c5b28a397cf85d9beb1bca0e (diff) |
UBI: trivial: fix comment of ubi_calculate_reserved function
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>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/ubi/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/misc.c b/drivers/mtd/ubi/misc.c index f6a7d7ac4b98..b57134d1bdee 100644 --- 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) | |||
92 | } | 92 | } |
93 | 93 | ||
94 | /** | 94 | /** |
95 | * ubi_calculate_rsvd_pool - calculate how many PEBs must be reserved for bad | 95 | * ubi_calculate_reserved - calculate how many PEBs must be reserved for bad |
96 | * eraseblock handling. | 96 | * eraseblock handling. |
97 | * @ubi: UBI device description object | 97 | * @ubi: UBI device description object |
98 | */ | 98 | */ |