···848849 /* adjust (decrease) last one (or two) entry's len to cryptlen */850 link_tbl_ptr--;851- while (link_tbl_ptr->len <= (-cryptlen)) {852 /* Empty this entry, and move to previous one */853 cryptlen += be16_to_cpu(link_tbl_ptr->len);854 link_tbl_ptr->len = 0;
···848849 /* adjust (decrease) last one (or two) entry's len to cryptlen */850 link_tbl_ptr--;851+ while (be16_to_cpu(link_tbl_ptr->len) <= (-cryptlen)) {852 /* Empty this entry, and move to previous one */853 cryptlen += be16_to_cpu(link_tbl_ptr->len);854 link_tbl_ptr->len = 0;