From 5e68fbb529eed0690dc90764f9ae6e71581060bf Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Wed, 7 Nov 2007 16:24:47 +0000 Subject: [PATCH] Removed a stray comment. --- comedi/comedi_compat32.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/comedi/comedi_compat32.c b/comedi/comedi_compat32.c index eeee4469..995371a2 100644 --- a/comedi/comedi_compat32.c +++ b/comedi/comedi_compat32.c @@ -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; -- 2.26.2