patch-2.1.104 linux/drivers/scsi/esp.c
Next file: linux/drivers/scsi/fdomain.c
Previous file: linux/drivers/scsi/eata.h
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Wed May 20 18:55:06 1998
- Orig file:
v2.1.103/linux/drivers/scsi/esp.c
- Orig date:
Fri May 8 23:14:49 1998
diff -u --recursive --new-file v2.1.103/linux/drivers/scsi/esp.c linux/drivers/scsi/esp.c
@@ -1446,7 +1446,7 @@
}
/* We've talked to this guy before,
- * but never negotiated.. lets try,
+ * but never negotiated. Let's try,
* need to attempt WIDE first, before
* sync nego, as per SCSI 2 standard.
*/
@@ -3100,7 +3100,7 @@
esp->esp_id, SCptr->target, SCptr->lun);
SDptr->sync_max_offset = 0;
SDptr->sync_min_period = 0;
- SDptr->sync = 1; /* so we dont negotiate again */
+ SDptr->sync = 1; /* so we don't negotiate again */
/* Run the command again, this time though we
* won't try to negotiate for synchronous transfers.
@@ -3215,7 +3215,7 @@
switch(esp->cur_msgin[0]) {
default:
/* We don't want to hear about it. */
- ESPLOG(("esp%d: msg %02x which we dont know about\n", esp->esp_id,
+ ESPLOG(("esp%d: msg %02x which we don't know about\n", esp->esp_id,
esp->cur_msgin[0]));
return MESSAGE_REJECT;
@@ -3451,7 +3451,7 @@
esp->esp_id, size);
message_out = MESSAGE_REJECT;
} else {
- /* Things look good, lets see what we got. */
+ /* Things look good; let's see what we got. */
if(size == 16) {
/* Set config 3 register for this target. */
printk("esp%d: 16 byte WIDE transfers enabled for target %d.\n",
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov