1/2
kho: remove useless phys increment in inner loop
The statement phys += contig_pages * PAGE_SIZE at the end of the inner for-loop in kho_restore_vmalloc() is redundant code. The variable ‘phys’ is local to each loop iteration (re-assigned from chunk-