X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Ftty%2Fn_tty.c;h=319d68c8a5df32b62eb7fec1e7f518910f971ea0;hb=157807123c94acc8dcddd08a2335bd0173c5d68d;hp=7e5e36315260761a88ad2bf41643fa49ed521793;hpb=bbf625990371782370f6eacb3155dc1fe131ddfc;p=linux-2.6-microblaze.git diff --git a/drivers/tty/n_tty.c b/drivers/tty/n_tty.c index 7e5e36315260..319d68c8a5df 100644 --- a/drivers/tty/n_tty.c +++ b/drivers/tty/n_tty.c @@ -396,6 +396,7 @@ static inline int is_utf8_continuation(unsigned char c) /** * is_continuation - multibyte check * @c: byte to check + * @tty: terminal device * * Returns true if the utf8 character 'c' is a multibyte continuation * character and the terminal is in unicode mode. @@ -1668,6 +1669,7 @@ static void __receive_buf(struct tty_struct *tty, const unsigned char *cp, * @cp: input chars * @fp: flags for each char (if NULL, all chars are TTY_NORMAL) * @count: number of input chars in @cp + * @flow: enable flow control * * Called by the terminal driver when a block of characters has * been received. This function must be called from soft contexts