Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227947
b: refs/heads/master
c: af02b58
h: refs/heads/master
i:
  227945: e058306
  227943: 47a9565
v: v3
  • Loading branch information
Uwe Kleine-König authored and Greg Kroah-Hartman committed Nov 9, 2010
1 parent e477567 commit 1de15ab
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c4fb2bab7dea7780452e57166bd00cdfa9dba6ef
refs/heads/master: af02b584bc0e1f46cf1477ad54ae18ec3842b6f4
4 changes: 2 additions & 2 deletions trunk/drivers/staging/comedi/drivers/addi-data/addi_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -2710,10 +2710,10 @@ static int i_ADDI_Attach(struct comedi_device *dev, struct comedi_devconfig *it)
} else {
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);
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");
i_EepromReadMainHeader(io_addr[0], this_board->pc_EepromChip,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ int i_APCI1710_Reset(struct comedi_device *dev)

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);
outl(dw_Dummy | 0x2000, devpriv->s_BoardInfos.ui_Address + 0x38);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3011,7 +3011,7 @@ int i_APCI3200_Reset(struct comedi_device *dev)

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);
outl(dw_Dummy | 0x2000, devpriv->i_IobaseAmcc + 0x38);
outl(0, devpriv->i_IobaseAddon); /* Resets the output */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8192u/r8192U_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1507,7 +1507,7 @@ static void rtl8192_tx_isr(struct urb *tx_urb)
{
//
// 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:
Expand Down

0 comments on commit 1de15ab

Please sign in to comment.