Skip to content

Commit

Permalink
staging: fix typos "selct" -> "select"
Browse files Browse the repository at this point in the history
This patch was generated by

	git grep -E -i -l 's(le|el)ct' drivers/staging | xargs -r perl -p -i -e 's/([Ss])(le|el)ct/$1elect/'

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Uwe Kleine-König authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 1832664 commit a82fd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/comedi/drivers/addi-data/hwdrv_apci3xxx.c
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 a82fd70

Please sign in to comment.