]> Pileus Git - ~andy/linux/commitdiff
Staging: Comedi: pcm_common: Fixed all checkpatch issues
authorDaniel Patrick Johnson <teknotus@teknot.us>
Wed, 14 Oct 2009 02:04:21 +0000 (02:04 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 20:23:01 +0000 (12:23 -0800)
Signed-off-by: Daniel Patrick Johnson <teknotus@teknot.us>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/pcm_common.c

index ebd9838232af6e9e05f2f8020b2dc9d000b75c25..52c2a6698214277393d00490c412ffdc5a60591a 100644 (file)
@@ -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)
@@ -107,5 +108,4 @@ int comedi_pcm_cmdtest(struct comedi_device *dev,
 
        return 0;
 }
-
 EXPORT_SYMBOL(comedi_pcm_cmdtest);