Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157196
b: refs/heads/master
c: 37f81fa
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Sep 5, 2009
1 parent 48ac2c0 commit 198a39e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a2a8474c3fff88d8dd52d05cb450563fb26fd26c
refs/heads/master: 37f81fa1f63ad38e16125526bb2769ae0ea8d332
3 changes: 1 addition & 2 deletions trunk/drivers/char/n_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,7 @@ static int do_output_char(unsigned char c, struct tty_struct *tty, int space)
if (space < 2)
return -1;
tty->canon_column = tty->column = 0;
tty_put_char(tty, '\r');
tty_put_char(tty, c);
tty->ops->write(tty, "\r\n", 2);
return 2;
}
tty->canon_column = tty->column;
Expand Down

0 comments on commit 198a39e

Please sign in to comment.