mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 07:30:06 -04:00
staging: comedi: amplc_pci230: remove some indentation in pci230_ai_check_chanlist()
A few lines in `pci230_ai_check_chanlist()` are indented one level too much, so remove the excess indentation. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a190d26a0d
commit
2ba8906f6f
@@ -1616,10 +1616,10 @@ static int pci230_ai_check_chanlist(struct comedi_device *dev,
|
||||
|
||||
if (subseq_len > 0 &&
|
||||
cmd->chanlist[i % subseq_len] != chanspec) {
|
||||
dev_dbg(dev->class_dev,
|
||||
"%s: channel numbers must increase or sequence must repeat exactly\n",
|
||||
__func__);
|
||||
return -EINVAL;
|
||||
dev_dbg(dev->class_dev,
|
||||
"%s: channel numbers must increase or sequence must repeat exactly\n",
|
||||
__func__);
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
if (aref != prev_aref) {
|
||||
|
||||
Reference in New Issue
Block a user