On Sun, 2018-03-18 at 21:59 +0100, Douglas Gilbert wrote: > - /* > - * Kill remainder if no retrys. > - */ > - if (blk_stat && scsi_noretry_cmd(cmd)) { > + /* Kill remainder if no retrys */ Since you are modifying this comment please also fix the spelling in that comment ("retrys" -> "retries"). Since otherwise this patch looks fine to me: Reviewed-by: Bart Van Assche <bart.vanassche@xxxxxxx>