Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc4191dc authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

drivers/char/n_tty.c misannotated prototype

parent 7c43f2b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 *);

/**