lkml.org 
[lkml]   [2005]   [Sep]   [15]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateThu, 15 Sep 2005 08:49:29 +0200
FromPavel Machek <>
Subjectkill useless comment in tipar.c
Kill useless comment in tipar.c.

Signed-off-by: Pavel Machek <pavel@suse.cz>

---
commit ec2999be998bb1981287b20dd656214956e45be8
tree bc713394190bebf63d25306d27281594b30f9405
parent 174567894d7e3522de7bb92406bee3ea68091b33
author <pavel@amd.(none)> Thu, 15 Sep 2005 08:48:59 +0200
committer <pavel@amd.(none)> Thu, 15 Sep 2005 08:48:59 +0200
 drivers/char/tipar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/char/tipar.c b/drivers/char/tipar.c
--- a/drivers/char/tipar.c
+++ b/drivers/char/tipar.c
@@ -360,7 +360,7 @@ tipar_ioctl(struct inode *inode, struct 
 
 	switch (cmd) {
 	case IOCTL_TIPAR_DELAY:
-		delay = (int)arg;    //get_user(delay, &arg);
+		delay = (int)arg;
 		break;
 	case IOCTL_TIPAR_TIMEOUT:
 		if (arg != 0)
-- 
if you have sharp zaurus hardware you don't need... you know my address
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-09-15 08:53    [from the cache]
©2003-2008