Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c669a5b authored by Shmulik Ladkani's avatar Shmulik Ladkani Committed by Artem Bityutskiy
Browse files

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: default avatarShmulik Ladkani <shmulik.ladkani@gmail.com>
Signed-off-by: default avatarArtem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
parent 2ce7be1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
 */