* [PATCH] Staging: comedi: Fixed long line length in comedidev.h
@ 2010-05-06 9:49 Mark
0 siblings, 0 replies; only message in thread
From: Mark @ 2010-05-06 9:49 UTC (permalink / raw)
To: gregkh; +Cc: devel, linux-kernel, Mark
This patch fixes a long line length in comedidev.h to make checkpatch.pl happy
Signed-off-by: Mark Rankilor <reodge@gmail.com>
---
drivers/staging/comedi/comedidev.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/comedi/comedidev.h b/drivers/staging/comedi/comedidev.h
index c38ebb4..4eb2b77 100644
--- a/drivers/staging/comedi/comedidev.h
+++ b/drivers/staging/comedi/comedidev.h
@@ -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 */
--
1.7.0.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-06 9:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-06 9:49 [PATCH] Staging: comedi: Fixed long line length in comedidev.h Mark
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome