Small typo.
This commit is contained in:
parent
cc4916adf2
commit
9c2ceeafd5
@ -851,7 +851,7 @@ ata_pio_read(struct ata_request *request, int length)
|
||||
panic("ata_pio_read: Unsupported CAM data type %x\n",
|
||||
(request->ccb->ccb_h.flags & CAM_DATA_MASK));
|
||||
|
||||
/* We may have extra byte already red but not stored. */
|
||||
/* We may have extra byte already read but not stored. */
|
||||
if (resid) {
|
||||
addr[0] = buf[1];
|
||||
addr++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user