Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207357
b: refs/heads/master
c: 9e0ba74
h: refs/heads/master
i:
  207355: 753eb6d
v: v3
  • Loading branch information
qiaochong authored and Linus Torvalds committed Aug 10, 2010
1 parent bc00c32 commit 5cbfe29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 02f0777a0d6560eb995aade34a1b82f95c0452da
refs/heads/master: 9e0ba741aabdf129d561e62d207c75146adef5e8
3 changes: 2 additions & 1 deletion trunk/drivers/char/vt.c
Original file line number Diff line number Diff line change
Expand Up @@ -837,9 +837,10 @@ static int vc_do_resize(struct tty_struct *tty, struct vc_data *vc,
unsigned int cols, unsigned int lines)
{
unsigned long old_origin, new_origin, new_scr_end, rlth, rrem, err = 0;
unsigned long end;
unsigned int old_cols, old_rows, old_row_size, old_screen_size;
unsigned int new_cols, new_rows, new_row_size, new_screen_size;
unsigned int end, user;
unsigned int user;
unsigned short *newscreen;

WARN_CONSOLE_UNLOCKED();
Expand Down

0 comments on commit 5cbfe29

Please sign in to comment.