Skip to content

Commit

Permalink
Staging: comedi: Fixed long line length in comedidev.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Rankilor authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 67b0e64 commit 5e22011
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/staging/comedi/comedidev.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 5e22011

Please sign in to comment.