diff options
author | Shmulik Ladkani <shmulik.ladkani@gmail.com> | 2012-07-04 10:06:03 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com> | 2012-07-18 12:33:03 +0200 |
commit | 5c669a5bd8c0f0567127128990d01f9ae320a9ef (patch) | |
tree | 7fabe09062722a94f403e8ce0b848dbebde56897 /drivers/mtd/ubi/misc.c | |
parent | UBI: fix spelling of detach in debug output (diff) | |
download | linux-5c669a5bd8c0f0567127128990d01f9ae320a9ef.tar.xz linux-5c669a5bd8c0f0567127128990d01f9ae320a9ef.zip |
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/ubi/misc.c')
-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) } /** - * ubi_calculate_rsvd_pool - calculate how many PEBs must be reserved for bad + * ubi_calculate_reserved - calculate how many PEBs must be reserved for bad * eraseblock handling. * @ubi: UBI device description object */ |