dect
/
linux-2.6
Archived
13
0
Fork 0

Staging: comedi: Fixed long line length in comedidev.h

This patch fixes a long line length in comedidev.h to make checkpatch.pl happy

Signed-off-by: Mark Rankilor <reodge@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Mark Rankilor 2010-05-06 17:49:37 +08:00 committed by Greg Kroah-Hartman
parent 67b0e64a7b
commit 5e220112c8
1 changed files with 3 additions and 1 deletions

View File

@ -374,7 +374,9 @@ enum subdevice_runflags {
SRF_RUNNING = 0x08000000
};
int comedi_check_chanlist(struct comedi_subdevice *s, int n, unsigned int *chanlist);
int comedi_check_chanlist(struct comedi_subdevice *s,
int n,
unsigned int *chanlist);
unsigned comedi_get_subdevice_runflags(struct comedi_subdevice *s);
/* range stuff */