]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
pty: Fix documentation
authorAlan Cox <alan@redhat.com>
Sun, 11 Jan 2009 19:46:49 +0000 (19:46 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Jan 2009 00:37:00 +0000 (16:37 -0800)
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>
drivers/char/pty.c

index 146c97613da0c2719f8084228d9cbca4a742814d..31038a0052a2c3e007a4e792f2945ff015a7856e 100644 (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