On 18/07/2016 10:52, Peter Lieven wrote:
> +    /* shrink to touch only completely contained clusters */
> +    cl_num_shrinked = DIV_ROUND_UP(sector_num, iscsilun->cluster_sectors);
> +    nb_cls_shrinked = (sector_num + nb_sectors) / iscsilun->cluster_sectors
> +                      - cl_num_shrinked;

Changed everywhere "shrinked" to "shrunk" and applied.

Paolo

Reply via email to