staging: comedi: fix checkpatch warnings

Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Luca Ellero 2014-04-30 11:22:07 +02:00 committed by Greg Kroah-Hartman
parent 8383b8c4a9
commit a1f6c2afed
2 changed files with 4 additions and 3 deletions

View file

@ -699,7 +699,8 @@ static int apci3xxx_dio_insn_config(struct comedi_device *dev,
if (chan < 16)
return -EINVAL;
else
/* changing any channel in port 2 changes the entire port */
/* changing any channel in port 2 */
/* changes the entire port */
mask = 0xff0000;
}