[<prev] [next>] [day] [month] [year] [list]
Message-Id: <E1JfRR2-0002il-Jg@ZenIV.linux.org.uk>
Date: Sat, 29 Mar 2008 03:08:48 +0000
From: Al Viro <viro@....linux.org.uk>
To: torvalds@...ux-foundation.org
Cc: alan@...rguk.ukuu.org.uk, linux-kernel@...r.kernel.org
Subject: [PATCH] drivers/char/n_tty.c misannotated prototype
Signed-off-by: Al Viro <viro@...iv.linux.org.uk>
---
drivers/char/n_tty.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/char/n_tty.c b/drivers/char/n_tty.c
index 46b2a1c..0c09409 100644
--- a/drivers/char/n_tty.c
+++ b/drivers/char/n_tty.c
@@ -1183,7 +1183,7 @@ static int copy_from_read_buf(struct tty_struct *tty,
return retval;
}
-extern ssize_t redirected_tty_write(struct file *, const char *,
+extern ssize_t redirected_tty_write(struct file *, const char __user *,
size_t, loff_t *);
/**
--
1.5.3.GIT
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists