kill useless comment in tipar.c

From: Pavel Machek
Date: Thu Sep 15 2005 - 01:51:17 EST


Kill useless comment in tipar.c.

Signed-off-by: Pavel Machek <pavel@xxxxxxx>

---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/