提交 d2204394 编写于 作者: A Al Viro 提交者: Linus Torvalds

[PATCH] arcfb __user annotations

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 cd030665
...@@ -441,7 +441,7 @@ static int arcfb_ioctl(struct inode *inode, struct file *file, ...@@ -441,7 +441,7 @@ static int arcfb_ioctl(struct inode *inode, struct file *file,
* the fb. it's inefficient for them to do anything less than 64*8 * the fb. it's inefficient for them to do anything less than 64*8
* writes since we update the lcd in each write() anyway. * writes since we update the lcd in each write() anyway.
*/ */
static ssize_t arcfb_write(struct file *file, const char *buf, size_t count, static ssize_t arcfb_write(struct file *file, const char __user *buf, size_t count,
loff_t *ppos) loff_t *ppos)
{ {
/* modded from epson 1355 */ /* modded from epson 1355 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册