Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186656
b: refs/heads/master
c: a82fd70
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent aecd6cc commit d68844b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1832664ae124df0c58dc26985e4963b2c39b6b05
refs/heads/master: a82fd70197e1e59d2127e5536d6a1d502699528d
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ int i_APCI3XXX_InsnWriteTTLIO(struct comedi_device *dev,

if (b_Channel < 8) {
/*****************************************************************************/
/* Read port 0 (first digital output port) and set/reset the selcted channel */
/* Read port 0 (first digital output port) and set/reset the selected channel */
/*****************************************************************************/

dw_Status = inl(devpriv->iobase + 80);
Expand All @@ -1228,7 +1228,7 @@ int i_APCI3XXX_InsnWriteTTLIO(struct comedi_device *dev,
if ((devpriv->ul_TTLPortConfiguration[0] & 0xFF)
== 0xFF) {
/*****************************************************************************/
/* Read port 2 (first digital output port) and set/reset the selcted channel */
/* Read port 2 (first digital output port) and set/reset the selected channel */
/*****************************************************************************/

dw_Status = inl(devpriv->iobase + 112);
Expand Down

0 comments on commit d68844b

Please sign in to comment.