Fix len_chanlist comment
authorDavid Schleef <ds@schleef.org>
Tue, 10 Jul 2001 20:22:19 +0000 (20:22 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 10 Jul 2001 20:22:19 +0000 (20:22 +0000)
include/linux/comedidev.h

index df5fd928ae659c6b82acab9f8b173ab63c457bf4..9bb5f3e5616251d92506c3a17ee6df1b8a612c1d 100644 (file)
@@ -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;