Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175085
b: refs/heads/master
c: 22d89f4
h: refs/heads/master
i:
  175083: 61eeadc
v: v3
  • Loading branch information
Daniel Patrick Johnson authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 9b9ae14 commit 35bf8e6
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: b055d0d3c74a7b9bbf18806b2814632a9da922f3
refs/heads/master: 22d89f4abfe492ac347a41e053151e4a6c2787aa
4 changes: 2 additions & 2 deletions trunk/drivers/staging/comedi/drivers/pcm_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ int comedi_pcm_cmdtest(struct comedi_device *dev,
if (err)
return 1;

/* step 2: make sure trigger sources are unique and mutually compatible */
/* step 2: make sure trigger sources are unique and
* mutually compatible */

/* these tests are true if more than one _src bit is set */
if ((cmd->start_src & (cmd->start_src - 1)) != 0)
Expand Down Expand Up @@ -107,5 +108,4 @@ int comedi_pcm_cmdtest(struct comedi_device *dev,

return 0;
}

EXPORT_SYMBOL(comedi_pcm_cmdtest);

0 comments on commit 35bf8e6

Please sign in to comment.