Commit af02b584 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Greg Kroah-Hartman

Staging: trivial: fix typos concerning "controller"

Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c4fb2bab
...@@ -2710,10 +2710,10 @@ static int i_ADDI_Attach(struct comedi_device *dev, struct comedi_devconfig *it) ...@@ -2710,10 +2710,10 @@ static int i_ADDI_Attach(struct comedi_device *dev, struct comedi_devconfig *it)
} else { } else {
outl(0x83838383, devpriv->i_IobaseAmcc + 0x60); outl(0x83838383, devpriv->i_IobaseAmcc + 0x60);
} }
/* Enable the interrupt for the controler */ /* Enable the interrupt for the controller */
dw_Dummy = inl(devpriv->i_IobaseAmcc + 0x38); dw_Dummy = inl(devpriv->i_IobaseAmcc + 0x38);
outl(dw_Dummy | 0x2000, devpriv->i_IobaseAmcc + 0x38); outl(dw_Dummy | 0x2000, devpriv->i_IobaseAmcc + 0x38);
printk("\nEnable the interrupt for the controler"); printk("\nEnable the interrupt for the controller");
} }
printk("\nRead Eeprom"); printk("\nRead Eeprom");
i_EepromReadMainHeader(io_addr[0], this_board->pc_EepromChip, i_EepromReadMainHeader(io_addr[0], this_board->pc_EepromChip,
......
...@@ -225,7 +225,7 @@ int i_APCI1710_Reset(struct comedi_device *dev) ...@@ -225,7 +225,7 @@ int i_APCI1710_Reset(struct comedi_device *dev)
devpriv->s_BoardInfos.b_BoardVersion = 1; devpriv->s_BoardInfos.b_BoardVersion = 1;
/* Enable the interrupt for the controler */ /* Enable the interrupt for the controller */
dw_Dummy = inl(devpriv->s_BoardInfos.ui_Address + 0x38); dw_Dummy = inl(devpriv->s_BoardInfos.ui_Address + 0x38);
outl(dw_Dummy | 0x2000, devpriv->s_BoardInfos.ui_Address + 0x38); outl(dw_Dummy | 0x2000, devpriv->s_BoardInfos.ui_Address + 0x38);
......
...@@ -3011,7 +3011,7 @@ int i_APCI3200_Reset(struct comedi_device *dev) ...@@ -3011,7 +3011,7 @@ int i_APCI3200_Reset(struct comedi_device *dev)
outl(0x83838383, devpriv->i_IobaseAmcc + 0x60); outl(0x83838383, devpriv->i_IobaseAmcc + 0x60);
/* Enable the interrupt for the controler */ /* Enable the interrupt for the controller */
dw_Dummy = inl(devpriv->i_IobaseAmcc + 0x38); dw_Dummy = inl(devpriv->i_IobaseAmcc + 0x38);
outl(dw_Dummy | 0x2000, devpriv->i_IobaseAmcc + 0x38); outl(dw_Dummy | 0x2000, devpriv->i_IobaseAmcc + 0x38);
outl(0, devpriv->i_IobaseAddon); /* Resets the output */ outl(0, devpriv->i_IobaseAddon); /* Resets the output */
......
...@@ -1507,7 +1507,7 @@ static void rtl8192_tx_isr(struct urb *tx_urb) ...@@ -1507,7 +1507,7 @@ static void rtl8192_tx_isr(struct urb *tx_urb)
{ {
// //
// Handle HW Beacon: // Handle HW Beacon:
// We had transfer our beacon frame to host controler at this moment. // We had transfer our beacon frame to host controller at this moment.
// //
// //
// Caution: // Caution:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment