dect
/
linux-2.6
Archived
13
0
Fork 0

pty: Fix documentation

The pty changes and updates for window sizing forgot to correct the
kerneldoc

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Alan Cox 2009-01-11 19:46:49 +00:00 committed by Linus Torvalds
parent 12847095e9
commit c774bda2fd
1 changed files with 1 additions and 3 deletions

View File

@ -230,9 +230,7 @@ static void pty_set_termios(struct tty_struct *tty,
/**
* pty_do_resize - resize event
* @tty: tty being resized
* @real_tty: real tty (not the same as tty if using a pty/tty pair)
* @rows: rows (character)
* @cols: cols (character)
* @ws: window size being set.
*
* Update the termios variables and send the neccessary signals to
* peform a terminal resize correctly