Skip to content

Commit

Permalink
drivers/char/n_tty.c misannotated prototype
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Mar 30, 2008
1 parent 7c43f2b commit cc4191d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/n_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);

/**
Expand Down

0 comments on commit cc4191d

Please sign in to comment.