Skip to content

Commit

Permalink
Staging: Comedi: pcm_common: Fixed all checkpatch issues
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Patrick Johnson <teknotus@teknot.us>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Daniel Patrick Johnson authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent b055d0d commit 22d89f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 22d89f4

Please sign in to comment.