aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Cox <alan@redhat.com>2009-01-11 19:46:49 +0000
committerLinus Torvalds <torvalds@linux-foundation.org>2009-01-12 16:37:00 -0800
commitc774bda2fdc5412124a854a791d9f6f52936ff81 (patch)
tree1b9be299fb0b9307184dddb2b4dacda52f32da64
parentMerge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip (diff)
downloadlinux-dev-c774bda2fdc5412124a854a791d9f6f52936ff81.tar.xz
linux-dev-c774bda2fdc5412124a854a791d9f6f52936ff81.zip
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>
-rw-r--r--drivers/char/pty.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/char/pty.c b/drivers/char/pty.c
index 146c97613da0..31038a0052a2 100644
--- a/drivers/char/pty.c
+++ b/drivers/char/pty.c
@@ -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