Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e220112 authored by Mark Rankilor's avatar Mark Rankilor Committed by Greg Kroah-Hartman
Browse files

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: default avatarMark Rankilor <reodge@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 67b0e64a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 */