Message ID | 51971166-583b-071f-a9cb-1f00cc852756@users.sourceforge.net (mailing list archive) |
---|---|
State | Deferred |
Headers | show |
diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c index 4a2db7ff14cc..c80899d249c6 100644 --- a/drivers/scsi/sg.c +++ b/drivers/scsi/sg.c @@ -891,7 +891,7 @@ sg_ioctl(struct file *filp, unsigned int cmd_in, unsigned long arg) case SG_SET_FORCE_LOW_DMA: /* * N.B. This ioctl never worked properly, but failed to - * return an error value. So returning '0' to keep compability + * return an error value. So returning '0' to keep compatibility * with legacy applications. */ return 0;