提交 22d89f4a 编写于 作者: D Daniel Patrick Johnson 提交者: Greg Kroah-Hartman

Staging: Comedi: pcm_common: Fixed all checkpatch issues

Signed-off-by: NDaniel Patrick Johnson <teknotus@teknot.us>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 b055d0d3
......@@ -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);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册