projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9713b6a
)
Fix len_chanlist comment
author
David Schleef
<ds@schleef.org>
Tue, 10 Jul 2001 20:22:19 +0000
(20:22 +0000)
committer
David Schleef
<ds@schleef.org>
Tue, 10 Jul 2001 20:22:19 +0000
(20:22 +0000)
include/linux/comedidev.h
patch
|
blob
|
history
diff --git
a/include/linux/comedidev.h
b/include/linux/comedidev.h
index df5fd928ae659c6b82acab9f8b173ab63c457bf4..9bb5f3e5616251d92506c3a17ee6df1b8a612c1d 100644
(file)
--- a/
include/linux/comedidev.h
+++ b/
include/linux/comedidev.h
@@
-63,7
+63,7
@@
struct comedi_subdevice_struct{
int type;
int n_chan;
int subdev_flags;
- int len_chanlist; /*
length of channel/gain list, if available
*/
+ int len_chanlist; /*
maximum length of channel/gain list
*/
void *private;