|
@@ -266,7 +266,7 @@ static int __unioxx5_analog_write(struct comedi_subdevice *s,
|
|
|
/* sending for bytes to module(one byte per cycle iteration) */
|
|
|
for (i = 0; i < 4; i++) {
|
|
|
while (!((inb(usp->usp_iobase + 0)) & TxBE))
|
|
|
- ; /* waits while writting will be allowed */
|
|
|
+ ; /* waits while writing will be allowed */
|
|
|
outb(usp->usp_extra_data[module][i], usp->usp_iobase + 6);
|
|
|
}
|
|
|
|
|
@@ -399,7 +399,7 @@ static int __unioxx5_subdev_init(struct comedi_device *dev,
|
|
|
outb(i + 1, iobase + 5);
|
|
|
outb('H', iobase + 6); /* requests EEPROM world */
|
|
|
while (!(inb(iobase + 0) & TxBE))
|
|
|
- ; /* waits while writting will be allowed */
|
|
|
+ ; /* waits while writing will be allowed */
|
|
|
outb(0, iobase + 6);
|
|
|
|
|
|
/* waits while reading of two bytes will be allowed */
|