On Fri, 2022-01-28 at 14:18 -0800, Bart Van Assche wrote: > + if (scsi_pointer->this_residual>0) { > + while(fifodata>0 && scsi_pointer- > >this_residual>0) { While you're touching it anyways, can you please add a space around the greater than operators? Thanks a lot. Otherwise, Reviewed-by: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>