Skip to content

Commit

Permalink
UBI: trivial: fix comment of ubi_calculate_reserved function
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shmulik Ladkani authored and Artem Bityutskiy committed Jul 18, 2012
1 parent 2ce7be1 commit 5c669a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/ubi/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 5c669a5

Please sign in to comment.