diff options
Diffstat (limited to 'drivers/scsi/mac_scsi.c')
-rw-r--r-- | drivers/scsi/mac_scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/mac_scsi.c b/drivers/scsi/mac_scsi.c index 953fd9b953c7..1e85c07e3b62 100644 --- a/drivers/scsi/mac_scsi.c +++ b/drivers/scsi/mac_scsi.c | |||
@@ -166,7 +166,7 @@ static void mac_scsi_reset_boot(struct Scsi_Host *instance) | |||
166 | XXX: Since bus errors in the PDMA routines never happen on my | 166 | XXX: Since bus errors in the PDMA routines never happen on my |
167 | computer, the bus error code is untested. | 167 | computer, the bus error code is untested. |
168 | If the code works as intended, a bus error results in Pseudo-DMA | 168 | If the code works as intended, a bus error results in Pseudo-DMA |
169 | beeing disabled, meaning that the driver switches to slow handshake. | 169 | being disabled, meaning that the driver switches to slow handshake. |
170 | If bus errors are NOT extremely rare, this has to be changed. | 170 | If bus errors are NOT extremely rare, this has to be changed. |
171 | */ | 171 | */ |
172 | 172 | ||