On Mon, Dec 14, 2009 at 06:40:13PM -0800, Min Zhang wrote: > Try again, don't know which white space you refer to or how to fix it: > +++ b/drivers/scsi/scsi.c > @@ -743,6 +743,9 @@ int scsi_dispatch_cmd(struct scsi_cmnd *cmd) > */ > scsi_cmd_get_serial(host, cmd); > > + /* Timeout error handler can start processing cmd now */ > + cmd->eh_eflags &= ~SCSI_EH_RESET_TIMER; > + > if (unlikely(host->shost_state == SHOST_DEL)) { > cmd->result = (DID_NO_CONNECT << 16); > scsi_done(cmd); Your indent appears to be four spaces. The file uses tabs for indents. -- Matthew Wilcox Intel Open Source Technology Centre "Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take such a retrograde step." -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html