Removed a stray comment.
authorIan Abbott <abbotti@mev.co.uk>
Wed, 7 Nov 2007 16:24:47 +0000 (16:24 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Wed, 7 Nov 2007 16:24:47 +0000 (16:24 +0000)
comedi/comedi_compat32.c

index eeee4469f53601d341a3a481b26a582b36f1eb6e..995371a28e2d835cd563d90c31d768ec397d241a 100644 (file)
@@ -238,10 +238,6 @@ static int get_compat_cmd(comedi_cmd __user *cmd,
 /* Copy native cmd structure to 32-bit cmd structure. */
 static int put_compat_cmd(comedi32_cmd __user *cmd32, comedi_cmd __user *cmd)
 {
-       /* N.B. Assume the pointer values in the 32-bit cmd structure are
-        * still valid from when they were copied originally.
-        * (Could use ptr_to_compat(), but it wasn't implemented until
-        * kernel version 2.6.11.) */
        int err;
        unsigned int temp;